|
Home > Archive > BizTalk Server General > September 2005 > starting an orchestration
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 |
starting an orchestration
|
|
| Michael Sander 2005-09-13, 7:48 am |
| hi, I wonder if orchestrations always have to be stareted from outside, eg a
file drop, webservice call, whatever.
Isn't it possible to let it poll a certain webpage from itself, like fetch a
file from a webpage once a day?
Greetings,
Michael Sander
| |
| Scott Colestock 2005-09-13, 6:00 pm |
|
It is possible to design an orchestration that is initially started via a
file drop, web service call, etc. -- but then have the orchestration enter a
loop with a delay shape that governs a polling interval. Within that loop,
you can make a web service call, etc. and then act on what you find.
Scott Colestock
www.traceofthought.net
"Michael Sander" <spam@h3c.de> wrote in message
news:uQpnPeFuFHA.3752@TK2MSFTNGP09.phx.gbl...
> hi, I wonder if orchestrations always have to be stareted from outside, eg
> a file drop, webservice call, whatever.
> Isn't it possible to let it poll a certain webpage from itself, like fetch
> a file from a webpage once a day?
>
> Greetings,
> Michael Sander
>
| |
| Michael Sander 2005-09-13, 6:00 pm |
| Hi Scott, this would rather be an odd way to use biztalk. If thats the only
solution I'll look for something else...
Thanx for your reply...
"Scott Colestock" <scolestock@community.nospam> schrieb im Newsbeitrag
news:%23yTBwbGuFHA.2624@TK2MSFTNGP12.phx.gbl...
>
> It is possible to design an orchestration that is initially started via a
> file drop, web service call, etc. -- but then have the orchestration enter
> a loop with a delay shape that governs a polling interval. Within that
> loop, you can make a web service call, etc. and then act on what you find.
>
> Scott Colestock
> www.traceofthought.net
>
>
> "Michael Sander" <spam@h3c.de> wrote in message
> news:uQpnPeFuFHA.3752@TK2MSFTNGP09.phx.gbl...
>
>
| |
| xuzhong 2005-09-13, 6:00 pm |
| I hope too . :shock:
| |
| Scott Colestock 2005-09-13, 6:00 pm |
| I would agree it might be odd if the initiating message was purely
"artificial" - often it isn't, though.
You could of course also looking at building your own (polling) receive
adapter.
"Michael Sander" <spam@h3c.de> wrote in message
news:OONWgqGuFHA.4080@TK2MSFTNGP12.phx.gbl...
> Hi Scott, this would rather be an odd way to use biztalk. If thats the
> only solution I'll look for something else...
> Thanx for your reply...
>
> "Scott Colestock" <scolestock@community.nospam> schrieb im Newsbeitrag
> news:%23yTBwbGuFHA.2624@TK2MSFTNGP12.phx.gbl...
>
>
|
|
|
|
|