You will need to make changes to the axis core engine to do the same. axiom_soap_const.h #define AXIOM_SOAP12_SOAP_ENVELOPE_NAMESPACE_URI " http://www.w3.org/2003/05/soap-envelope"
Cheers! On Fri, Feb 4, 2011 at 9:17 PM, Dimitri Pararas <[email protected]>wrote: > Hi, > I am creating a soap request and my envelope looks like this > > <soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> > > The server that I am connecting to does not seem to like this, but if I > send the request by hand and change it to > > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/ > "> > > then the request works properly. Is there a way to force axis to use > the second soapenv? > om > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
