|
Home > Archive > BizTalk Server General > April 2005 > Binding orchestrations to ports at deployment time
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Binding orchestrations to ports at deployment time
|
|
| UltiSourceWeb 2005-04-25, 5:51 pm |
| Hello to all,
I'm wondering if there's a way to bind orchestrations to ports at
deployment time WITHOUT using the BizTalk Explorer in Visual Studio .NET?
It doesn't appear that the BizTalk Administration Console has any options
for this and I can't seem to find any other BizTalk support apps that do
this. Is BizTalk Explorer only integrated with Visual Studio .NET or is
there a standalone version of it somewhere that I've missed?
Thanks for your help!
Justin
| |
| Goutham Sukumar 2005-04-25, 8:47 pm |
| Depends.. If you are prepared to write some code, you should be able to do
this using the Biztalk Explorer OM.
-g
"UltiSourceWeb" <ultisourceweb@hotmail.com> wrote in message
news:O2%23K1scSFHA.904@tk2msftngp13.phx.gbl...
> Hello to all,
>
> I'm wondering if there's a way to bind orchestrations to ports at
> deployment time WITHOUT using the BizTalk Explorer in Visual Studio .NET?
> It doesn't appear that the BizTalk Administration Console has any options
> for this and I can't seem to find any other BizTalk support apps that do
> this. Is BizTalk Explorer only integrated with Visual Studio .NET or is
> there a standalone version of it somewhere that I've missed?
>
> Thanks for your help!
>
> Justin
>
| |
| Scott Colestock 2005-04-25, 8:47 pm |
| Along those lines, you might want to look at the framework I describe here:
http://www.traceofthought.net/Perma...afc2d89084.aspx
The idea is to use a tool called XmlPreProcess in conjunction with a
spreadsheet (that your operations team maintains, eventually) that defines
the aspects of your binding (& other) files that vary by physical
environment. (If you download, use the links on the right-hand side to grab
latest.)
Scott Colestock
www.traceofthought.net
"Goutham Sukumar" <biztalkhelp@google.com> wrote in message
news:OxpSY2fSFHA.3236@tk2msftngp13.phx.gbl...
> Depends.. If you are prepared to write some code, you should be able to do
> this using the Biztalk Explorer OM.
> -g
>
> "UltiSourceWeb" <ultisourceweb@hotmail.com> wrote in message
> news:O2%23K1scSFHA.904@tk2msftngp13.phx.gbl...
>
>
| |
| ckphua 2005-04-27, 5:52 pm |
| The simplest way to do it is to Import a Binding File using the BizTalk
Deployment Wizard. Of course, you'd have to export a binding file for your
ochestration first.
Paul Somers has developed a Management Tool that allows you to do that as
well (along with lots of other stuff). You can download it at
http://www.gotdotnet.com/workspaces...7-da7ae2c9016a.
Cheers,
ck.
"UltiSourceWeb" wrote:
> Hello to all,
>
> I'm wondering if there's a way to bind orchestrations to ports at
> deployment time WITHOUT using the BizTalk Explorer in Visual Studio .NET?
> It doesn't appear that the BizTalk Administration Console has any options
> for this and I can't seem to find any other BizTalk support apps that do
> this. Is BizTalk Explorer only integrated with Visual Studio .NET or is
> there a standalone version of it somewhere that I've missed?
>
> Thanks for your help!
>
> Justin
>
>
>
|
|
|
|
|