Hi,
The web service scenario that needs to be implemented:
Ext WS --SOAP sync--> SAP PO (7.4) --SOAP async--> SAP (7.4)
Request
------------
A sync-async bridge has been implemented in Sender SOAP Adapter channel (Ext WS) of the "request iFlow" using modules
AF_Modules/RequestOnewayBean and AF_Modules/WaitResponseBean.
Response
-------------
The Sender SOAP adapter of the "response iFLow" channel has been set up with AF_Modules/NotifyResponseBean to pass the response to the waiting request channel.
My challege is to achieve message correlation in this scenario.
I have see the SCN posts of achieving this using the JMS and file adapters but none for SOAP. I am also aware that this can be achieved quite easily using BPM but would prefer to use the module processor for reasons of performance.
Thanks in advance,
John Kuriakose