You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Hassel, Maik" <ma...@absu.accenture.com> on 2008/12/06 01:12:25 UTC

CData sections get escaped

Hello everyone,

 

What is the correct way of putting CDATA sections in an axis request? I
generated the stubs, etc using wsdl2java. Create a <![CDATA[ ... string
and use it to fill the content of a string property. What eventually
goes over the wire (as of TCPMon) is &lt!CDATA and so on...
 
How do I get this to work?
 
 
Thanks!
Maik