Is there any way to bind port to published orchestation as web service without using VS.NET biztalk server explorer? How do I get avoid BizTalk Server Explorer that comes with VS.Net to bind and enlisting ports? Can I write any script for deploying orchestration?
You should be able to script it all using WMI or a simple binding file. WMI can start, stop, enlist, etc. You’ll probably need to run a binding file to actually configure the ports.
The SDK in the Admin folder has some WMI sample. For the binding file, might want to look at btsdeploy.exe.
You might even be able to use WMI for the binding, but I don’t think so.
Author
Posts
Viewing 1 reply thread
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.