I've read the SOAP tutorials on the net and don't quite understand the SOAP response.
Once you get the SOAP response, how do you display the results in HTML. I'm pretty new to this, if some experts out there would explain more, i would greatly appreciate it. Thanks!
Let's take this response for example:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=" xmlns:xsi=" xmlns:xsd=" <SOAP-ENV:Body>
<ns1:doubleAnIntegerResponse
xmlns:ns1="urn:MySoapServices"
SOAP-ENV:encodingStyle=" <return xsi:type="xsd:int">246</return>
</ns1:doubleAnIntegerResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thanks much!
Once you get the SOAP response, how do you display the results in HTML. I'm pretty new to this, if some experts out there would explain more, i would greatly appreciate it. Thanks!
Let's take this response for example:
<?xml version="1.0" encoding="UTF-8" ?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV=" xmlns:xsi=" xmlns:xsd=" <SOAP-ENV:Body>
<ns1:doubleAnIntegerResponse
xmlns:ns1="urn:MySoapServices"
SOAP-ENV:encodingStyle=" <return xsi:type="xsd:int">246</return>
</ns1:doubleAnIntegerResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Thanks much!