cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Adapter - Target URL/SOAP Action

Former Member
0 Kudos

Hi,

Can I just confirm the following 2 values required on a SOAP Receiver adapter:

Target URL : Location within SOAP:Address tag of WSDL

SOAP Action: SoapAction within SOAP:Operation for relevant Web Service method within WSDL

Cheers,

PaulC.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> Target URL : Value of SOAP:Address tag from web service WSDL

right, it is attribute "soapAction"

> SOAP Action: Value of SOAP:Operation for relevant Web Service method within web service WSDL

right. attribute "location"

check this guide:

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9...

Former Member
0 Kudos

Stefan...have you got those 2 attributes the wrong way round ?

stefan_grube
Active Contributor
0 Kudos

> Stefan...have you got those 2 attributes the wrong way round ?

Yes, sorry.

Answers (1)

Answers (1)

former_member463616
Contributor
0 Kudos

Hi,

Target URL : It is required.

Enter the complete address (URL) of the Web service provider that you want to send the message to.

SOAP Action: It is might not be required.

The action species the value for the SOAP Action in Web service messages.

Regards,

Rajesh