How do I embed and xml string of the following nature into a Parameter
without the '<' and '>' characters being encoded into &lt; and &gt;
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....

&lt;obj&gt;&lt;description&gt;<![CDATA[Obj
Description]]>&lt;/description&gt;&lt;/obj&gt;


-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]

Reply via email to