cancel
Showing results for 
Search instead for 
Did you mean: 

Configurations required for synchronous ABAP proxy to SOAP scenario

Former Member
0 Kudos

   Hi experts,

I am new  to SAP PI.I need to configure a synchronous ABAP proxy to SOAP scenario.

SAP ECC <->SAP PI<->Webmethods<-> Third Party

Before I proceed to configurations in IR and ID,I want to know

-> what are the configurations required in SLD.

->How to establish connections to ECC and Webmethods.

->What are the ECC and Webmethods server  details required to establish the connection.

Thank you all in advance.

Praveen

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Sender side (ECC)  -  You can create sender proxy  and so search scn for the client proxy configuration  required. You will need to create business system for ECC in SLD.  This is pretty much easier task.

Receiver Side (Soap adapter) - Search SCN for soap receiver scenario. You dont need business system for this in SLD.  You need to create business component in the integration directory. 

If the receiver system  wants basic credentials then configure in soap adapter as http without client authentication. If the receiver system uses SSL or https communcation then configure https without client authentication and store the target system certs in the java keystore.

Basicallly please look for proxy to soap scenario.  Hope this help.

refer this link

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef4...

client sender proxy configuration help

http://saptechnical.com/Tutorials/XI/ABAPClientProxy/page1.htm

Former Member
0 Kudos

Hi Baskar,

Thanks for the reply.

I need to use https communication on the receiver side. Can you please elaborate on how to do this(where exactly i need to store the certificates) or please share the links for this.

Regards,

Praveen

I

Answers (1)

Answers (1)

former_member234749
Participant
0 Kudos

This message was moderated.