Sending XML as a String through a web service (Tomcat/AXIS)?  
Author Message
Digital Puer





PostPosted: 2006-6-1 6:44:00 Top

java-programmer, Sending XML as a String through a web service (Tomcat/AXIS)? 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





PostPosted: 2006-6-1 7:56:00 Top

java-programmer >> Sending XML as a String through a web service (Tomcat/AXIS)? Digital Puer wrote:
> 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.

Look up CDATA

--
Dag.