cancel
Showing results for 
Search instead for 
Did you mean: 

How to send data to two receivers using BPM - Synchronous call.

Former Member
0 Kudos

Hi All,

I have a requirement:

It is a synchronous flow where BPM is used which is calling 3 outbound flow. Initially we had single receiver for these outbound and was working fine. Now I have a new requirement we need to send this data to one more receiver. That is we need to send data to both old and new receivers simultaneously.Sender channel is soap.

I tried to add new receiver but getting below error.

"Multiple receivers are not permitted in synchronous call."

How I can achieve this? Please help.......

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nandu,

It's clearly stated "Multiple receivers are not permitted in synchronous call."for Multiple synchronous call , you need to create asynchronous interfaces and then use bpm to make it synchronous . or Use java mapping

Rudra