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 > and < which is rejected by that web service. How can I switch the escaping off? Any help is very much appreciated. Best regards Daniel Putra
