I have a SOAP service which one of the methods accepts a String as a
parameter. However, the expectation is that this String is XML.

When I call this service, CXF encodes the XML for me by default, like so:

<ORM_O01><MSH>

Even though when I called it, I called it like so:

<ORM_O01><MSH>

Is there a way to turn this off? I would like CXF to just send what I've
specified and not an encoded version.

I am using CXF 2.7.8 and JDK 1.7.



--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-encoding-embedded-XML-tp5738466.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to