Home Page › Forums › BizTalk 2004 – BizTalk 2010 › can call xml file in Orchestration? › Re: can call xml file in Orchestration?
September 17, 2008 at 10:50 AM
#20743
So you are looking up the vendor ID from a DB? Why not store all of the vendor info in the DB and get it in a single lookup? If that’s not feasible, then the BRE would probably be a good model. You could send in an XML containing the vendor ID, and write a rule to fill in all the vendor details based on the ID.