I am trying to access all elements int this SOAP response, but I am finding it difficult to access the elements inside the response. I am trying to use XmlNamespaceManager, but do not know how to go about it. Please can anyone give me an insight?
Below is the response;
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header/>
<soap:Body>
<Result>
<statuscode>200</statuscode>
<Customer>10001252</Customer>
<CustomerName>MBOKO FARMS</CustomerName>
<CustomerFullName>MBOKO FARMS/0 ANAMBRA</CustomerFullName>
<FiscalAddress/>
<VATRegistration/>
</Result>
</soap:Body>
</soap:Envelope>
and also;
I tried using XmlNamespaceManager, but forming the addnamsespace is giving me tough time. I want to access the different elements from this response.tag-name