Dear List,

The default option for axis2c is to set up the soap envelope header like
this:
<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope";>

I have a predefined wsdl and I have to align my server to that. During
the xml communication there is a section:

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

I need to realize this xml somehow in to the stream.
The question is how can I change the default to my version?

Regards,
mAkos

---------------------------------------------------------------------
To unsubscribe, e-mail: c-user-unsubscr...@axis.apache.org
For additional commands, e-mail: c-user-h...@axis.apache.org

Reply via email to