cancel
Showing results for 
Search instead for 
Did you mean: 

Sync/Async message correlation SOAP Receiver

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

At this stage, there is no standard solution provided by SAP to implement this.  This leaves no option than to write a custom module.

Cheers,

John