Hi all,
Scenario: receiving a asynchronous file interface and making a sync rfc call from bpm.then sending the response to external system (DB in our case).
How to use Asyn-sync bridge in this case if it's required??
How to catch the rfc response in bpm as abstract interface?
Please reply,
thanx
Sudhir
Hi Sudhir,
you don't need an async-sync-bridge. Use a synchronous send step for the rfc call an receive the response in a container. The container has to reference an abstract interface. The second send step will be asynchronous and shares the response container.
Regards, Udo
Add a comment