Forum Discussion
diegopefm
13 years agoOccasional Contributor
Unluckily not leskop, it haven't helped (sorry for not leting you now before but I was on holidays).
The output with "Pretty Print" on is:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:GetDatabasesResponse xmlns:ns="http://services.protonws.quiterian.com">
<ns:return><a><db name="Demo" nameex="[Demo]"/></a></ns:return>
</ns:GetDatabasesResponse>
</soapenv:Body>
</soapenv:Envelope>
and with "Pretty Print" off is:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns:GetDatabasesResponse xmlns:ns="http://services.protonws.quiterian.com"><ns:return><a><db name="Demo" nameex="[Demo]"/></a></ns:return></ns:GetDatabasesResponse></soapenv:Body></soapenv:Envelope>
as you see the characters < are still escaped to < (and the same may occur with > its random)
Any other suggestion?
Thanks for your help!
D.
The output with "Pretty Print" on is:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<ns:GetDatabasesResponse xmlns:ns="http://services.protonws.quiterian.com">
<ns:return><a><db name="Demo" nameex="[Demo]"/></a></ns:return>
</ns:GetDatabasesResponse>
</soapenv:Body>
</soapenv:Envelope>
and with "Pretty Print" off is:
<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Body><ns:GetDatabasesResponse xmlns:ns="http://services.protonws.quiterian.com"><ns:return><a><db name="Demo" nameex="[Demo]"/></a></ns:return></ns:GetDatabasesResponse></soapenv:Body></soapenv:Envelope>
as you see the characters < are still escaped to < (and the same may occur with > its random)
Any other suggestion?
Thanks for your help!
D.