I have BizTalk project which is exponated as web service. Now web service and BizTalk runs on same computer and all works very good.
My question is: Is it possible to put web service to one computer and BizTalk to other computer? Is it possible from one web servie code to call BizTalk which runs on other computer and how to do that?
Maybe is same samples how to call BizTalk from other computer.
You cannot host your current web service on a non-Biztalk server. This web service is responsible for receiving the message, executing the pipeline and publishing to the message box. All this happens in the IIS Process (the isolated host). You need to have the Biztalk software installed to be able to do this.
You can however write your own web service that runs on another server that will call the Biztalk web service. Or you could use a reverse proxy server.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.