I'm tracing a bug in some Apache Axis 1.4 code. Some XML is generated, it's set as the vXML of a stub, and then the stub is sent out over the network. At some point before it's sent out, some SOAP headers, an envelope and a few other enclosing tags are added.
What determines what gets added to the XML before it gets sent out over the wire in Apache Axis 1.2?
How can I change the SOAP headers and the other enclosing tags?