cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Folks

I have a integration scenario challenge, that I was sure could be implemented technically. But after searching the communicty and google in general, I still havent found a solution. Therefore I would like to hear if any of you have any input to this challenge..

The requirement is pretty simple: System A make a synchronous request to System B. Response should be synchronous returned to System A, but System C should get a asynchronous copy of the response.

Illustrated like this:

However I cant find any way of copying the response and forward it to the asynchronous integration.

Anyone having any suggestions to how this can be achieved.. (Or if it is possible at all)

Thanks a lot for your input.

/Chris

0 Likes
View Entire Topic
apu_das2
Active Contributor
0 Likes

Hi Chris,

I believe the best way is to create one synchronous scenario from system A to system B and in the response message mapping doing one look up to the system C to push the response. Now the type of look up can be RFC look up/jdbc look up/soap look up/REST look up as per system type C.

Thanks,

Apu

Muniyappan
Active Contributor
0 Likes

look up is for sync interface,though here chris can make the RFC as sync and return some dummy message in the RFC.

Cortex2k
Active Participant
0 Likes

Thanks Apu

As Muni writes it would then require the lookup to return a dummy response as it is synchronous.