I was wondering if you could help solve a problem I am having with PHP
implementations of SOAP. I have tried both using both PEAR::SOAP and
NuSOAP to create a SOAP server, and my server is fully-functioning except
for one problem - the results are sent back with the < instead of a <.
I have the same problem for >. I'm trying to get my SOAP server to work
with Oracle Portal, so any tips you may have specific to Oracle Portal
would be much appreciated as well. I would also welcome any other help
resources you could provide (I've tried Google to no avail)
Just as some background, I am calling a MySQL database and using DOM to
return the results in XML. The XML that is generated is fine until it is
sent via SOAP, then the < and > become <.
Any help would be greatly appreciated.