SOAP XML Parsing
Hi,
Could some one help me in parsing below soap response while calling service:
<infasoapns:Envelope xmlns:infasoapns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:infawsdlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://www.informatica.com/dis/ws/">
<infasoapns:Body>
<tns:OperationResponse>
<tns:SNA_SERVICE_RESPONSE>
<tns:STATUS>Failure</tns:STATUS>
<tns:STATUS_CODE>000002</tns:STATUS_CODE>
<tns:STATUS_MESSAGE>SGTIN_NOT_EXIST</tns:STATUS_MESSAGE>
<tns:PRODUCT_DESC/>
</tns:SNA_SERVICE_RESPONSE>
</tns:OperationResponse>
</infasoapns:Body>
</infasoapns:Envelope>
How can i get values or store into infotable. Any help would be appreciated.
Thanks

