How do I embed and xml string of the following nature into a Parameter
without the '<' and '>' characters being encoded into < and >
characters???
I am attempting with the following without luck....
String xmldata = "<obj> <description><![CDATA[ Obj Description]]>
</description></obj> ";
String respEncStyle = Constants.NS_URI_SOAP_ENC;
Parameter parameter = new Parameter("xmldata",String.class, xmldata,
respEncStyle);
The result is....
<obj><description><![CDATA[Obj
Description]]></description></obj>
-eric
"The box said to install NT 4.0 or better, so I installed Solaris"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]