Hi,
how many parallel synchronous calls can XI perform at once?
Reason why I ask, for me it looks like parallel calls are handled sequentially in XI.
My scenario: I have a ccBPM that should ask three different synchronous WebServices to collect data. In the BPM I used the Branch element where one synch call is in every branch.
Unfortunately at runtime the monitoring says that the WebServices are asked consecutive and not parallel.
Even if I start a performance test an run 10 BPMs at the same time, all WebServices are asked consecutive.
So is there a unknown hidden parameter to force parallel sync calls or is XI not able to perform such calls?
Regards,
Robert
(tested on 7.0 and 7.1)