On Mon, 2008-07-07 at 10:34 -0400, Andy Karseras wrote: > > > > > My aim is to change > > <?xml version='1.0' encoding='utf-8'?> > <soapenv:Envelope > xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"> > <soapenv:Header> > > to > > <?xml version='1.0' encoding='utf-8'?> > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> > <soapenv:Header> > > Is this possible at the Payload level ?
Seems to me you want set the SOAP version 1.1. This can be done by adding the following line in your client code. axis2_options_set_soap_version(options, env, AXIOM_SOAP11); Thanks, -Manjula. > > > Andy > > > > > > > Once created (I used axiom_soap_envelope_create), how > is this new envelope used ? > > Is it added to the ServiceClient ? If so, how ? > > Many thanks. > > > Andy > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com Version: 8.0.138 / > Virus Database: 270.4.6/1538 - Release Date: 7/7/2008 > 7:40 AM > > > > -- > Samisa Abeysinghe Director, Engineering; WSO2 Inc. > > http://www.wso2.com/ - "The Open Source SOA Company" > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
