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

How do I force axis2 to include a SOAPAction http header

2009-04-29 Thread Christopher . Gunn
I'm using axis2 1.4.1 and adb to call a .Net web service. I keep getting a response saying: System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action. I enabled the wire.header logs and it is sending action in the

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

2009-04-29 Thread Salisbury, Mark
2 is probably doing the right thing given the SOAP version you're using. Mark -Original Message- From: christopher.g...@l-3com.com [mailto:christopher.g...@l-3com.com] Sent: Wednesday, April 29, 2009 9:33 AM To: axis-user@ws.apache.org Subject: How do I force axis2 to include

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