Home Page › Forums › BizTalk 2004 – BizTalk 2010 › I need windows script file › Re: I need windows script file
December 15, 2008 at 4:48 AM
#21390
What I would do is:
- Create the solution in Biztalk locally
- Export bindings
- Remove everything you don’t want in your bindings (just leave the ports and parent nodes)
- Create a bat-file that imports the bindings with the help of BTSTask.exe ( described: http://technet.microsoft.com/en-us/library/aa560656.aspx )
- Rename the ports in the bindings-file.
- Run bat-file
- GOTO 5
//Niklas