JAXM returning '&lt;' and '&gt;' rather than "<" and ">"

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:

&lt;symbol&gt;great&lt;/symbol&gt;

rather than:
<symbol>great</symbol>

Does anyone have any idea why its converting '<' to '&lt;'???

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">
&lt;symbol&gt;great&lt;/symbol&gt;
</return></ns1:qcResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,537
Members
45,020
Latest member
GenesisGai

Latest Threads

Top