Re: Executing an Exe from orchestration

Home Page Forums BizTalk 2004 – BizTalk 2010 Executing an Exe from orchestration Re: Executing an Exe from orchestration

#18047

Might sound like a round about way of doing things, but why dont you create a web service, do the file writing part in that, and call the web service from the orchestration. Your debugging will definately be more easier. Although ur increasing the number of applications and hence the complexity. But it will help you to improve the performance of  biztalk, coz win95 components will bring about interop, by using webservice u will isolate the process of writing file to another host(iis) that will sheild your biztalk instance..