Re: SOAPAction required?

2007-01-11 Thread Nicholas L Gallardo
e: 512-838-1182 Building: 901 / 5G-016 Nicholas L Gallardo/Austin/[EMAIL PROTECTED] 01/11/2007 02:15 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: SOAPAction required? I agree with Wolfgang's statement and would like to one thing. In the WS-

Re: SOAPAction required?

2007-01-11 Thread Nicholas L Gallardo
8-1182 Building: 901 / 5G-016 WJ Krpelan <[EMAIL PROTECTED]> 01/10/2007 06:51 AM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: SOAPAction required? dear all, pls don't create a new bug. SOAPACTION is REQUIRED for HTTP-Transport (emp

Re: SOAPAction required?

2007-01-10 Thread WJ Krpelan
dear all, pls don't create a new bug. SOAPACTION is REQUIRED for HTTP-Transport (empty or otherwise) and it is PROHIBITED for every other transport other than HTTP. Noone is required to USE it, but there is some standard-usage within .NET. Cheers, Wolfgang Krpelan --- Amila Suriarachchi <[EMAIL

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
Amila Suriarachchi wrote: On 1/10/07, *Justin Schoeman* <[EMAIL PROTECTED] > wrote: OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on

Re: SOAPAction required?

2007-01-10 Thread Amila Suriarachchi
On 1/10/07, Justin Schoeman <[EMAIL PROTECTED]> wrote: OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on the web, routing is supposed to occur via the first tag in the SOAP body

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
OK - Appending the operation name to the URL does work, but I am not sure if .Net does this (I do not have .Net, just some recorded messages). From what I can read on the web, routing is supposed to occur via the first tag in the SOAP body (in this case a confirmCustomerReq message). I reali

Re: SOAPAction required?

2007-01-10 Thread Amila Suriarachchi
It seems that the Axis2 Client generating an dummy soap action when the soapaction is empty. In following lines of code in CommonsHttpTransportSender.java if ((soapActionString == null) || (soapActionString.length() == 0)) { // now let's try to get WSA action

Re: SOAPAction required?

2007-01-10 Thread Justin Schoeman
From what I can understand, the empty string is deliberate. The service is supposed to call the correct operation for the supplied message. The SOAP documentation lists SOAPAction as required, but may be "" if no additional message routing information is required. wsdl file: http://nrs.eskom.

Re: SOAPAction required?

2007-01-09 Thread Amila Suriarachchi
I think here the problem is that this wsdl ( http://nrs.eskom.co.za/xmlvend/docs/Specification/November2005/WSDL/xmlvend-full-2.0.wsdl) has an empty string as soapaction (i.e. soapaction = "") and it is document type. Can you attached the two requests generated by the axis2 and .net client? I c

Re: SOAPAction required?

2007-01-09 Thread Deepal Jayasinghe
Hi Justin ; Yes if you are using SOAP 1.2 , then the SOAP action is optional. Anyway please send us the wsdl file so that we can try to find the issue. Thanks Deepal > I am busy testing an application at the moment (against the 9 January > snapshot). > > When I test with an AXIS2 generated clien

SOAPAction required?

2007-01-09 Thread Justin Schoeman
I am busy testing an application at the moment (against the 9 January snapshot). When I test with an AXIS2 generated client, all works fine, but when testing with a .Net client, I get an 'The endpoint reference (EPR) for the Operation not found is http://192.168.1.10:8080/axis2/services/XMLVe