Hey,
I have the following scenario:
SAP system ---(IDOC)-----> PI -------(synchronous service)---> ext. System
but the response of the synchronous service should be:
ext. System ------(synchronous service response)----> PI -----------(server proxy)----> SAP system
That means, the Idoc is coming asynchronous in, but IP then calls a synchronous service. The response of this service call should then be routed over PI to a server proxy on the SAP system.
How can I so that the best way?
Thank you very much!
Michael