cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting : SOAP to Proxy scenario

Former Member
0 Kudos

Hello ,

I need to work on a SOAP to proxy synchronous scenario but what settings need to be done on ECC side to make this scneario work , some RFC connection etc needs to be established?

Can someone elaborate?

Thnx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Proxy configuration follow below blog:-

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

How to use SOAP adapter follow below link:-

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

P.S:- Many blogs available on SDN try to search first.

Chirag

Former Member
0 Kudos

HI,

search in SDN for the connection establishments steps for Proxy..

There is a blog on the same..

In ECC or another SAP Application need to create the below..

1. RFC destinations

(SAPSLDAPI..)

(LCRSAPRFC) of type T with the same progId mentioned in the PI RFC destinations..

2. Create the HTTP RFC destination pointing to PI with the Service user..

3. Set the integration engine to LOC and provide the path to the PI integration engine via URL with the HTT destination created above..

4. Maintain the entry in the SLDAPICUST pointing to the PI server url..

PI..

1. Register the Technical system and business system..

once done cross check the test using the below

1. SLDCHECK in ECC or SAP System.

Then use SPROXY for builiding the proxies..

HTH

Rajesh