RE: How do I force axis2 to include a SOAPAction http header

2009-05-01 Thread Christopher . Gunn
: Friday, May 01, 2009 12:56 AM To: axis-user@ws.apache.org Subject: Re: How do I force axis2 to include a SOAPAction http header Even if you are using SOAP 1.2, if you set the soapAction Axis2 will send it for you. In the event that soap action is not ser Axis2 will send a empty SOAPAction header

Re: How do I force axis2 to include a SOAPAction http header

2009-04-30 Thread keith chapman
To: axis-user@ws.apache.org Subject: RE: How do I force axis2 to include a SOAPAction http header I'm sort of new myself to SOAP and web services, but from what I've read you may want to investigate the differences between SOAP 1.1 and SOAP 1.2 and double check the SOAP version that your .NET

RE: How do I force axis2 to include a SOAPAction http header

2009-04-29 Thread Salisbury, Mark
I'm sort of new myself to SOAP and web services, but from what I've read you may want to investigate the differences between SOAP 1.1 and SOAP 1.2 and double check the SOAP version that your .NET services expects. One change between 1.1 and 1.2 is how the action header stuff is handled. Axis

RE: How do I force axis2 to include a SOAPAction http header

2009-04-29 Thread Christopher . Gunn
@ws.apache.org Subject: RE: How do I force axis2 to include a SOAPAction http header I'm sort of new myself to SOAP and web services, but from what I've read you may want to investigate the differences between SOAP 1.1 and SOAP 1.2 and double check the SOAP version that your .NET services expects. One

Re: How do I force axis2 to include a SOAPAction http header

2009-04-29 Thread Steve Hall
@ws.apache.org Subject: RE: How do I force axis2 to include a SOAPAction http header I'm sort of new myself to SOAP and web services, but from what I've read you may want to investigate the differences between SOAP 1.1 and SOAP 1.2 and double check the SOAP version that your .NET services expects. One