I'm using apache axis to consume a few SOAP operations. The web service I'm talking to takes XML as one of the payload inputs. I noticed that Axis is encoding the non xml friendly characters. IE < >
to &alt;
etc.. etc..
How can I tell apache Axis to allow my payload to go over un-encoded?