| Author |
Programmatically starting an orchestration
|
|
|
| I guess I'll answer my own question 
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/sdk/htm/ebiz_sdk_samples_bgip.asp
>-----Original Message-----
>Hi!
>
>Biztalk 2002 provided a way to programmatically start an
>orchestration using the API. Is there a similar
>functionality in Biztalk 2004? i.e. can I actually submit
>a document using a .NET client to a Biztalk API method
>which in turn will start a workflow?
>
>Thanks in advance!
>.
>
| |
| Jon Flanders[DevelopMentor] 2005-01-31, 8:49 pm |
| Except that doesn't really do what you asked. What that does is builds a
custom adapter that submits messages to the message box. Certainly that is
possible with BTS2004. Calling new on an orchestration directly isn't
possible (well - possible in a supported way).
--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Avi" <anonymous@discussions.microsoft.com> wrote in message
news:01e201c507e9$4cf6e330$a601280a@phx.gbl...[vbcol=seagreen]
>I guess I'll answer my own question 
>
> http://msdn.microsoft.com/library/default.asp?
> url=/library/en-us/sdk/htm/ebiz_sdk_samples_bgip.asp
>
>
| |
| Hugo Rodger-Brown 2005-02-01, 7:50 am |
| Try this - http://weblogs.asp.net/gsusx/archiv.../08/349177.aspx
"... can we start an orchestration from .NET code passing the required
parameters? Well the answer is yes and (surprise, surprise) is solved using
subscriptions."
Unfortunately, as Jon suggests, it's unsupported
" The examples in the article are illustrative about BTS 2004 interiorities.
When you go to the productions enviroments you must consider other
solutions."
"Jon Flanders[DevelopMentor]" <jfland@develop.com> wrote in message
news:u1SQKG$BFHA.3616@TK2MSFTNGP11.phx.gbl...
> Except that doesn't really do what you asked. What that does is builds a
> custom adapter that submits messages to the message box. Certainly that
is
> possible with BTS2004. Calling new on an orchestration directly isn't
> possible (well - possible in a supported way).
>
> --
> Jon Flanders [DevelopMentor]
> http://staff.develop.com/jfland/
> http://www.develop.com/courses/biztalk
> "Avi" <anonymous@discussions.microsoft.com> wrote in message
> news:01e201c507e9$4cf6e330$a601280a@phx.gbl...
>
>
|
|
|
|