T
thebusiness
Hi guys
I'm up against a very annoying problem.
I'm tryint to use JAXM to call a simple PHP nuSoap web service.
I am using SOAPMessage/SOAPPart/SOAPEnvelope etc, however when i
receive the message from the server i get:
<symbol>great</symbol>
rather than:
<symbol>great</symbol>
Does anyone have any idea why its converting '<' to '<'???
Any help would be most appreciated, i've been frustrated by this for
hours!
(Note the xml just dumps out "<symbol>great</symbol>" - it does not
encode it at all!)
Cheers
Jon
(full dump of SOAPMessage below)
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd">
<SOAP-ENV:Body>
<ns1:qcResponse
xmlns:ns1="http://linus.imvs.sa.gov.au/~iisjsoo/soap/testwsdl.php?wsdl"><return
xsi:type="xsd:string">
<symbol>great</symbol>
</return></ns1:qcResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
I'm up against a very annoying problem.
I'm tryint to use JAXM to call a simple PHP nuSoap web service.
I am using SOAPMessage/SOAPPart/SOAPEnvelope etc, however when i
receive the message from the server i get:
<symbol>great</symbol>
rather than:
<symbol>great</symbol>
Does anyone have any idea why its converting '<' to '<'???
Any help would be most appreciated, i've been frustrated by this for
hours!
(Note the xml just dumps out "<symbol>great</symbol>" - it does not
encode it at all!)
Cheers
Jon
(full dump of SOAPMessage below)
<SOAP-ENV:Envelope
SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:si="http://soapinterop.org/xsd">
<SOAP-ENV:Body>
<ns1:qcResponse
xmlns:ns1="http://linus.imvs.sa.gov.au/~iisjsoo/soap/testwsdl.php?wsdl"><return
xsi:type="xsd:string">
<symbol>great</symbol>
</return></ns1:qcResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>