It must escape as it needs to send xml inside xml soap envelope..
When you send request over it would be encoded, when you get 
the data in your port as a string it should come decoded back.


Daniel Putra wrote:
> 
> Hi 
> 
> One of the methods of the third party web service I have to connect to
> takes a string which consists of xml tags like
> "<Providers><Provider ProviderCode = "AG"/><Provider ProviderCode =
> "ALT"/></Providers>"
> 
> My problem is that CXF escapes/transforms the angle brackets <> into &gt;
> and &lt; which is rejected by that web service.
> 
> How can I switch the escaping off?
> 
> Any help is very much appreciated.
> 
> Best regards
> Daniel Putra
> 

-- 
View this message in context: 
http://old.nabble.com/XML-Data-as-method-parameter-tp26817933p26846409.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to