cancel
Showing results for 
Search instead for 
Did you mean: 

Synchronous passthrough scneario in PI 7.5

ramu_g4
Participant

Accepted Solutions (0)

Answers (2)

Answers (2)

PriyankaAnagani
Active Contributor
0 Kudos

Hi Ramu,

what is your actual requirement. If it is to consume the sync webservice in SAP ECC system, then it can be achieved in 2 ways.

1. Direct connection without PI. Create logical port in SOAMANAGER and a consumer proxy in SAP ECC system and make a direct call to Webservice.

2. If you want to use PI & proxies, then you need to create ESR objects like External Definition with WSDL, service interfaces and then in ECC create consumer proxy in SPROXY transaction on top of service interface outbound. You might need a one-one mapping as the namespace def changes for source proxy and target webservice.

--Priyanka

Liz_
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramu,

Of course, you can use the synchronous from Proxy to SOAP. If your PI 7.5 is single stack with java stack, you can use XI protocol of SOAP adapter which is the same function of XI Adapter for dual stack. For more details, please check the following guide:

How To Set Up the Communicationbetween ABAP Backend and SOAPAdapter using XI Protocol

Best Regards,

Liz

former_member190293
Active Contributor
0 Kudos

Hi Liz!

I guess you've missed "pass-through" keyword mentioned in the question's title.

Regards, Evgeniy.