Hi, If one of the parameters of the SOAP message is a XML String it will be automatically scaped and the opposite operation will be done in the Web Service Server at destination. I recommend you using JAXB for marshalling and unmarshalling of the XML Strings. I have used Axis 1.4 to make the client and server sides of the Web ...