cancel
Showing results for 
Search instead for 
Did you mean: 

Integration directory for rec soap

Former Member
0 Kudos

Hello ,

A scenarion : Poxy to SOAP

Proxy sends req and SOAP response back to it.

So what we have to do in ID part

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

ID:

1. no sender communication channel 2.no sender aggrement 3. receiver determination (sender will be ur r3 system and receiver will be business service) 4. interface determination (the miis interface that u have created in Ir it contains the wsdl messages act as a inbound interface)5. receiver aggrement ( receiver communication channel will be saop) the main two parameters of soap adapter will be target url and soap action(sometimes action may be blank).

You find the target URL at the tag soap:address and the SOAP action at the tag

soap:operation:.

Former Member
0 Kudos

Hi,

Configuration:

Proxy:

U need to configuration for proxy:

ABAP Proxy configuration:

/people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies

Second its a putbound proxy so refer the below weblog for step by step process.

Client Proxy -

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Please chekc this PDF :

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3dfac358-0d01-0010-5598-d49...

For SOAP:

1) U need to generate the WSDL from ID.

2) Test the WSDL with XML-SPY tool.

3) Import WSDL in External definition of IR.

Refer the below weblog for Soap:

SOAP:

How to use SOAP adapter:

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

Thnx

Chirag