Hi, I have a web service written with Tomcat/AXIS. One of my
methods receives a String. Is it possible to send a String of
XML through this method? Will the XML tags confuse the
underlying web service system? Or will the XML be "escaped"
(with the <, > characters rewritten somehow)?
Thanks.
Dag Sunde - 01 Jun 2006 00:56 GMT
> Hi, I have a web service written with Tomcat/AXIS. One of my
> methods receives a String. Is it possible to send a String of
[quoted text clipped - 3 lines]
>
> Thanks.
Look up CDATA

Signature
Dag.