no SOAPAction header!

2004-07-01 Thread Vikas Phonsa
they send a SOAP request message I get the exceptions on my end which says no SOAPAction header! and same is being sent back to the client as a response. My understanding is that a SOAPAction header is required according to the SOAP 1.1 specs for HTTP messages. It may not have any value

FW: No SOAPAction Header Error

2004-06-29 Thread Robert Sanford
Sanford [mailto:[EMAIL PROTECTED] Sent: Monday, June 28, 2004 3:07 PM To: [EMAIL PROTECTED] Subject: No SOAPAction Header Error After mucking around with Axis C++ client internals to get my documents to actually transmit I get an error message from my Axis Java server as cited below

RE: No SOAPAction Header Error

2004-06-29 Thread Anne Thomas Manes
The SOAPAction header is an HTTP header. It must be included in you input message. -Original Message- From: Robert Sanford [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 8:13 AM To: [EMAIL PROTECTED] Subject: FW: No SOAPAction Header Error This message was originally sent

Re: SOAPAction header value for UDDI requests

2004-03-30 Thread Denero Watz
wrote: What should be the value of the SOAPAction header attribute when sending a UDDI request. I found that the registry http://www-3.ibm.com/services/uddi/inquiryapi will not work when i set an empty string for this header. The value need to be explict inorder for this to work. Other

Re: SOAPAction header value for UDDI requests

2004-03-30 Thread Anne Thomas Manes
value that a Web service expects to find in the SOAPAction header is specified in the service's WSDL document -- in the soap:operation definition for each operation in the service, e.g., soap:operation soapAction=find_binding style=document/ According to the UDDI V2 specification, the SOAPAction

SOAPAction header value for UDDI requests

2004-03-26 Thread Denero Watz
What should be the value of the SOAPAction header attribute when sending a UDDI request. I found that the registry http://www-3.ibm.com/services/uddi/inquiryapi will not work when i set an empty string for this header. The value need to be explict inorder for this to work. Other registries

Re: SOAPAction header value for UDDI requests

2004-03-26 Thread Anne Thomas Manes
. But individual implementations may override the SOAPAction parameter requirements. Anne At 12:47 PM 3/26/2004, you wrote: What should be the value of the SOAPAction header attribute when sending a UDDI request. I found that the registry http://www-3.ibm.com/services/uddi/inquiryapi will not work

Re: no SOAPAction header!

2003-09-11 Thread Jim Murphy
You could capture the messages on the wire[1] in both cases and compare them. See if the header is there, what its value is etc. [1] - http://www.mindreef.com/ Regards Jim Peter Meldgaard wrote: Hmm, there seems to be many issues about no SOAPAction header! My problem is. My client code

no SOAPAction header!

2003-09-11 Thread Peter Meldgaard
Hmm, there seems to be many issues about no SOAPAction header! My problem is. My client code running under Eclipse driven by sdk1.4.1_02 is running fine. Then I moved my client source code, and axis related jars to clean install on a w2000 server driven by 1.4.1_05, and now I get this annoying

SOAPAction header

2003-06-13 Thread James Cowan
Axis requires that the http header SOAPAction is set. The microsoft htc soap client does nto set this by default and it is not obvious how to make it do this. Is there a way I can stop axis from expecting this header? James Cowan

Re: SOAPAction header

2003-06-13 Thread Anne Thomas Manes
If your WSDL specifies a SOAP Header, .NET should generate one automatically. - Original Message - From: James Cowan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 13, 2003 12:58 PM Subject: SOAPAction header Axis requires that the http header SOAPAction is set

SOAPAction header and JAXM interfaces

2003-03-13 Thread Erich Oliphant
Hi, Is there any way to set the SOAPAction Header via the JAXM ints? Erich

Re: SOAPAction header and JAXM interfaces

2003-03-13 Thread Sverre Joki
On Thu, 13 Mar 2003 13:23:59 -0500, Erich Oliphant [EMAIL PROTECTED] wrote: Hi, Is there any way to set the SOAPAction Header via the JAXM ints? Erich According to a post i found on forums.java.sun.com: MimeHeaders mimeHeaders = msg.getMimeHeaders(); mimeHeaders.addHeader(SOAPAction

Re: SOAPAction header and JAXM interfaces

2003-03-13 Thread Sloan Seaman
] To: [EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:42 PM Subject: Re: SOAPAction header and JAXM interfaces On Thu, 13 Mar 2003 13:23:59 -0500, Erich Oliphant [EMAIL PROTECTED] wrote: Hi, Is there any way to set the SOAPAction Header via the JAXM ints? Erich According to a post i

Re: SOAPAction Header

2003-03-07 Thread Nicola Muratori
I supposed... :) but the question is: HOW can I set an HTTP Header in a SOAP request using AXIS? thanx :) Nicola - Original Message - From: Eric Rajkovic [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 05, 2003 8:09 PM Subject: Re: SOAPAction Header Nicola

SOAPAction Header

2003-03-05 Thread Nicola Muratori
xsi:type=xsd:stringThe request is missing the SOAPAction header./detail /SOAP-ENV:Fault /SOAP-ENV:Body /SOAP-ENV:Envelope i've tried to set headers in the axis engine but the result is the same with any string... can someone give me a hand??

Re: SOAPAction Header

2003-03-05 Thread Eric Rajkovic
is missing the SOAPAction header./detail /SOAP-ENV:Fault /SOAP-ENV:Body /SOAP-ENV:Envelope i've tried to set headers in the axis engine but the result is the same with any string... can someone give me a hand??

no SOAPAction header!

2002-09-18 Thread Sharmin Choksey
Get this when using AdminClient AdminService list. -tia, sharmin. AxisFault faultCode: {http://xml.apache.org/axis/}Client.NoSOAPAction faultString: no SOAPAction header! faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis