|
Home > Archive > BizTalk Server > September 2004 > Manual Invokation of orchestration from remote machine.
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 |
Manual Invokation of orchestration from remote machine.
|
|
| Ashish Shukla 2004-09-29, 8:02 pm |
| Hi BizTalk Gurus
I have a requirement where I need to invoke orchestration through code. I
found the SubmitDirect adapter in SDK was perfect for me. I will be invoking
orchestration through a web application. Web server is hosted on a different
machine and BizTalk server is on different machine. If I use the dll provided
in the SDK on my web application, how will it know which BizTalk server to
connect to and where. Please advice me what I need to do to get this working.
Is registering the TransportProxyUtils.dll(supplied with SubmitDirect adapter
sample), on web server enough.
Thanks
Ashish Shukla
| |
| Matt Milner 2004-09-29, 8:02 pm |
| The easiest way to do this is to publish your orchestratio as a web service
and then just call the web service from within your application.
Matt
"Ashish Shukla" <AshishShukla@discussions.microsoft.com> wrote in message
news:DB7670AA-CBBA-4470-9FAC-63EC6F6DD68F@microsoft.com...
> Hi BizTalk Gurus
>
> I have a requirement where I need to invoke orchestration through code. I
> found the SubmitDirect adapter in SDK was perfect for me. I will be
> invoking
> orchestration through a web application. Web server is hosted on a
> different
> machine and BizTalk server is on different machine. If I use the dll
> provided
> in the SDK on my web application, how will it know which BizTalk server to
> connect to and where. Please advice me what I need to do to get this
> working.
> Is registering the TransportProxyUtils.dll(supplied with SubmitDirect
> adapter
> sample), on web server enough.
>
> Thanks
> Ashish Shukla
|
|
|
|
|