SOAP override xml tags
Posted on December 18th, 2007 by linux
Sending XML data via SOAP can sometimes create problems. Sending <mydata> can by translated as a XML tag a cause
probelms at the other end of SOAP transfer. The easiest workaround is to use < and > instead of < and >.
To send XML <mydata> we can write <mydata>.
Filed under: Linux, XML | No Comments »