Suresh Avadhanula wrote:

Hi,
I am using axis to send a SOAP message to a .NET Server. It takes 2 parameters. First param is a integer, second is a XML String. A xml is passed as string.
When I send the message via axis, the xml gets encoded, ie < becomes lt , > becomes gt etc.


Can I disables encoding? .NET server expects palin xml like <abc> <cde> some_valu</cde></abc> as param in the SOAP Body.

Any help is greatly appreciated.

Thanks
Suresh





Reply via email to