Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Using global variables in BT 2004 › Using global variables in BT 2004
February 23, 2006 at 11:31 AM
#12971
I have a BT orchestration which calls another orchestration. Now the problem is the soap ports used in both these orchestrations are dynamic. I am using BRC to set URL paths to these ports. Is there a way I can set this for all the ports in different orchetsrations from a common place itself at the same time? Or do I have to use call rules shape in each orchestration to fetch the URL path from BRE.
My first orchestration rcalls the second orch ina loop, therefore I dont want to execute call rules in every loop. I just one to assign the port URL once.