| Author |
Can BizTalk call webservice periodically?
|
|
| Vladimir Semenov 2004-11-30, 7:46 am |
| Hello,
I need in export data accessible via our webservice into an external system
3 times in day (that can be increased upto once in 5-10 minutes). How can I
configure orchestration/ports?
As I understand orchestration starts with incoming message. But in my case
it should initially send SOAP message to webservice and then process
response.
I can't find any built-in scheduler for such things.
Thanks advance, Vladimir.
| |
| Sunghwa Jin [MSFT] 2004-11-30, 5:49 pm |
| Unfortunately BizTalk doesn't provide any built-in scheduler for this
purpose. However you can use Windows built-in schedule to drop (or copy) a
file to the specified location on each interval and let BizTalk
orchestration subscribes to the the file receive ports.
Thanks,
Sunghwa
--------------------[vbcol=seagreen]
cpmsftngxa10.phx.gbl!TK2MSFTNGXS01.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP09.phx.gbl[vbcol=seagreen]
system[vbcol=seagreen]
I[vbcol=seagreen]
| |
| Hugo Rodger-Brown 2004-12-01, 2:47 am |
| Validimir - I posted about this some time ago - asking if anyone knew of a
SOAP receive adapter that would do just this, and I'm afraid I got no
replies?
Hugo
http://hugo.rodger-brown.com
"Vladimir Semenov" <wsemenov@hotmail.com> wrote in message
news:%23vaMLns1EHA.3500@TK2MSFTNGP09.phx.gbl...
> Hello,
> I need in export data accessible via our webservice into an external
system
> 3 times in day (that can be increased upto once in 5-10 minutes). How can
I
> configure orchestration/ports?
> As I understand orchestration starts with incoming message. But in my case
> it should initially send SOAP message to webservice and then process
> response.
> I can't find any built-in scheduler for such things.
>
> Thanks advance, Vladimir.
>
>
| |
| Anthony O 2004-12-01, 7:46 am |
| Vladimir,
I've met this type of requirement by using a loop and delay shapes, and it
works pretty well,
Anthony O.
"Vladimir Semenov" <wsemenov@hotmail.com> wrote in message
news:%23vaMLns1EHA.3500@TK2MSFTNGP09.phx.gbl...
> Hello,
> I need in export data accessible via our webservice into an external
system
> 3 times in day (that can be increased upto once in 5-10 minutes). How can
I
> configure orchestration/ports?
> As I understand orchestration starts with incoming message. But in my case
> it should initially send SOAP message to webservice and then process
> response.
> I can't find any built-in scheduler for such things.
>
> Thanks advance, Vladimir.
>
>
| |
| Chris Holliday 2004-12-01, 5:51 pm |
| This Generic Adapter comes with an example of how to create a "Timer
Adapter" that does exactly what you require. I am using it in production:
http://www.gotdotnet.com/workspaces...2-f6f0-4ae6-a3d
1-865c61f0bc7d
C.
"Vladimir Semenov" <wsemenov@hotmail.com> wrote in message
news:#vaMLns1EHA.3500@TK2MSFTNGP09.phx.gbl...
> Hello,
> I need in export data accessible via our webservice into an external
system
> 3 times in day (that can be increased upto once in 5-10 minutes). How can
I
> configure orchestration/ports?
> As I understand orchestration starts with incoming message. But in my case
> it should initially send SOAP message to webservice and then process
> response.
> I can't find any built-in scheduler for such things.
>
> Thanks advance, Vladimir.
>
>
|
|
|
|