All - Using axis2 1.5.3 I've noticed that when using POJO service and setting a string to include something like the following:
object.setString( "<![CDATA[BLAH]]> " ) but the <,>'s are escaped when returned from axis. How can I set the string value of an object in axis to include CDATA text so it's not escaped. my results over the wire look like: <string><![CDATA[BLAH]]></string> Thanks in advance. ..Chris