cancel
Showing results for 
Search instead for 
Did you mean: 

What is the SOAP action.

Former Member
0 Kudos

Hi,

May i know what is the SOAP action in SOAP receiver adapter. what is diff between URL and SOAP action.

Regards

siva.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

To add

We can find the target URL at the tag soap:address and the SOAP action at the tag soap:operation: of the WSDL file.

Thanks

Answers (3)

Answers (3)

Former Member
0 Kudos

Siva, Monika is right. Just open ur WSDL file, copy the operation tag value and put it into SOAP Action.

SOAP action is I think some kind of method identification..

Peter

Former Member
0 Kudos

Hi Siva !

have a look at this

<b>Configuring the Receiver SOAP Adapter</b>

http://help.sap.com/saphelp_nw04/helpdata/en/29/5bd93f130f9215e10000000a155106/frameset.htm

Thanks !!!

justin_santhanam
Active Contributor
0 Kudos

Siva,

In simple words URL will tell u the WSDL location and SOAP Action is nothing but the methods in it.

Go to the URL :http://www.webservicex.net/WCF/ServiceDetails.aspx?SID=39

In the bottom of the page u can WSDL Schema scroll to the bottom of the schema there u can see

<soap:address location="http://www.webservicex.net/country.asmx" />

If you see up above the WSDL schema you can find lots of links say

<b>GetCountryByCountryCode

GetISD

GetCountries

GetCurrencyCodeByCurrencyName</b>

.......

These are the Action(Methods) in that webservice(WSDL).

Just an example.

Hope it helps!!

raj.