What you need to do is to set the soap version to soap 11 in your client. axis2_options_set_soap_version(options, env, AXIOM_SOAP11);
Regards Nandika On Sat, Feb 5, 2011 at 2:47 AM, 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] > >
