cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Sender Adaptor issue

Former Member
0 Kudos

Hi All,

In a soap adaptor we understand that SOAPAction is manatory header and it should be set as header to code i.e(postMethod.addRequestHeader("SOAPAction", "http://sap.com/xi/WebService/soap1.1");

or XMLHTTP.setRequestHeader "SOAPAction", "http://sap.com/xi/WebService/soap1.1") . Is there any way to send the SOAPAction directly input SOAP xml with out setting it by any request header.

Thanks in advance,

Venkat

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi All,

Could you pls help me to know some information about this SoapAction.

thanks,

Venkat

Former Member
0 Kudos

Hi,

here is a thread about this topic:

and here a blog:

/people/thomas.jung3/blog/2005/06/05/web-services-the-case-of-the-missing-soap-action-header

Regards

Patrick

Former Member
0 Kudos

Venkata ,

try this ..http://www.oreillynet.com/xml/blog/2002/11/unraveling_the_mystery_of_soap.html

Former Member
0 Kudos

H,

Thanks for your response,

SOAPAction is available for Receiver SOAP adaptor. in my scenario i am using SOAP as sender.

Thanks,

Venkati