Hello,
I have an xml file, where <Object> tags are defined with their attributes. I also use a tester website, and pass SOAP inputs and get the corresponding SOAP outputs. I have a concern that the soap output I'm getting may not match the xml <Object> tags and I may need to update the object tags accordingly. Can you please take a look at the following SOAP response and see if you can convert it to xml <Object> tags?
Thanks in advance, for your help.
Nazli
SOAP response:
<SOAP-ENV:Header/>
−
<SOAP-ENV:Body>
−
<MyResponse servicename="mobile:MyCall" xsi:noNamespaceSchemaLocation="../schema/MyResponse.xsd">
−
<Result code="0">
−
<Fault>
−
<Error>
<ErrorCode>1042</ErrorCode>
<ErrorType>2</ErrorType>
−
<ErrorDescription>
THIS IS DESCRIPTION 1.
</ErrorDescription>
</Error>
−
<Error>
<ErrorCode>7060</ErrorCode>
<ErrorType>2</ErrorType>
−
<ErrorDescription>
THIS IS DESCRIPTION 2.
</ErrorDescription>
</Error>
−
<Error>
<ErrorCode>9011</ErrorCode>
<ErrorType>2</ErrorType>
−
<ErrorDescription>
THIS IS DESCRIPTION 3.
</ErrorDescription>
</Error>
</Fault>
</Result>
−
</PreviewNewStockOrderResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>