cancel
Showing results for 
Search instead for 
Did you mean: 

what must be the SOAP Action for Soap Receiver?

Former Member
0 Kudos

Hi,

Below is part of wsdl file. I'm using mtd1 method in it.

This is an Axis generated wsdl.

part of wsdl

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://schemas.xx.com/yy/Wsdl">

<wsdl:types>

<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acbase="http://schemas.xx.com/yyTypes" targetNamespace="http://schemas.xx.com/yy/Types" elementFormDefault="qualified">

....

....

What must be the SOAP Action for SOAP Receiver?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

Check your WSDL for:

<soap:operation soapAction="http://example.com/getTerm"/>

Put in SOAP receiver channel the value you find in the WSDL.

It might be empty.

Former Member
0 Kudos

Hi Stefan,

Must it be done mentioned in sap note 1303363 for using Axis web servis over Soap Receiver comm.channel?

Thanks.

former_member200962
Active Contributor
0 Kudos

Hi,

The note which you mentioned (1303363) is for Sender SOAP (AXIS) adapter and not for receiver.....Action is to be used in receiver CC...

This note should suit your requirement: https://service.sap.com/sap/support/notes/1054986

Regards,

Abhishek.

Former Member
0 Kudos

Hi abishek,

Our PI version is 7.1.

1054986 is for version 7.0

What about note 1028961?

Thanks.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Cemil,

If you have too many actions and if you are not sure what to use, the best thing would be to contact the webservice guys from where you got the wsdl and ask them for which to be used.

Action is not mandatory, so you can try without putting anything in it also.

Regards,

---Satish

Former Member
0 Kudos

Hi Cemil,

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

GetCountryByCountryCode

GetISD

GetCountries

GetCurrencyCodeByCurrencyName

.......

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

Just an example.

Hope it helps!!

Regards,

pradeep A.

Shabarish_Nair
Active Contributor
0 Kudos

>

> Hi,

> Below is part of wsdl file. I'm using mtd1 method in it.

> This is an Axis generated wsdl.

>

>

> part of wsdl

> <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://schemas.xx.com/yy/Wsdl">

> <wsdl:types>

> <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:acbase="http://schemas.xx.com/yyTypes" targetNamespace="http://schemas.xx.com/yy/Types" elementFormDefault="qualified">

> ....

> ....

>

>

> What must be the SOAP Action for SOAP Receiver?

>

> Thanks

find you answer here - /people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009