Re: can call xml file in Orchestration?

Home Page Forums BizTalk 2004 – BizTalk 2010 can call xml file in Orchestration? Re: can call xml file in Orchestration?

#20741

The short answer is yes.  You can call an external assembly that uses the System.Configuration API and do whatever configuration tasks you want.  The BRE would be a good choice if you wanted to dynamically configure something based on an incoming message.  Can you give some more details on what you want to accomplish?  What do you mean by “use them at mapping time”?