Do I need two different PartnerLinks for two different calls to the same Web Service in BPEL? -
if want make 2 parallel calls (in 1 flow activity) same web service in bpel
, need create 2 different partnerlinks
or can use same one?
you can invoke same partnerlink
multiple times in parallel in same flow
. not need define new one.
if expect result invocation, need different outputvariables
, however. if write same variable
in parallel, have race conditions in other programming language.