Probably a simple question but im unsure of the answer;
Is the namespacing of the below xml correct? Im thinking possibly all the namespaces should be http://wholesale.fluidata.co.uk
<MACRequestResponse xmlns="http://wholesale.fluidata.co.uk/MACRequestResponse"><MACRequestResult xmlns:a="http://wholesale.fluidata.co.uk/WebserviceMessage" xmlns:i="http://wholesale.fluidata.co.uk/MAC"><a:Error i:nil="true" xmlns:b="http://wholesale.fluidata.co.uk/Error"/><a:ID>BT3423</a:ID><a:Message i:nil="true"/><a:Status>0</a:Status></MACRequestResult></MACRequestResponse>
Any links to a relevent guide would be apreciated. Thanks