How to send data to two receivers using BPM - Synchronous call.
Aug 29, 2017 at 05:28 PM|50 Views | Last edit Aug 29, 2017 at 05:50 PM 3 rev.
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."
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
Add comment