Hi,
I am trying to send a raw XML document body.  Axis seems to insist on modifying the document (operation) tag such that if I invoke() with a doc that starts like this:
 
<StartTag xmlns="blah">
...
..
 
Axis sends this over the wire:
 
<ns1:StartTag xmlns:ns1="blah">
....
 
 
The service that I am calling does not like this at all.  I've tried building the message via BodyElement's as well as starting from the Envelope and building it from scratch, but I still get this outbound translation.  How do I turn this off?
 
Thanks in advance,
Erich

Reply via email to