cancel
Showing results for 
Search instead for 
Did you mean: 

How to caputure response from Receiver with out Synchronous

former_member189354
Contributor
0 Kudos

Hi,

My scenario deals with IDoc to JDBC/Webservice. Once I posted the data to end business sytem I need to caputre return code from them based on that I need to trigger a mail. Is this scenario is possible with out BPM (Asynch-synch bridge). Appreciate for your response.

Thanks,

Rao.Mallikarjuna

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

1. Receive the Idoc using a receive step

2. Send the message to Webservice/JDBC using synchronous send step.

3. Capture the response and send a mail using a async send step.

no need of syn-asyn bridge.

Syn asyn bridge is required only when you do communicate from a synchronous system to an async system.

Regards

Sunil

former_member189418
Participant
0 Kudos

Hi,

When u wanna trigger an email based on the output of someother system, it becomes a statefull communication. And for statefull communication, u have to use BPM.

Anil

SudhirT
Active Contributor
0 Kudos

Hi,

I think you will have to use BPM for synchronously sendind the Idoc.

Thanks!

dharamveer_gaur2
Active Contributor
0 Kudos

Hi

You cannot send the response back to the idoc.

This thread talks about Async-Sync bridge without using BPM>