|
Home > Archive > BizTalk Server General > November 2004 > Polling SOAP receive adapter
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 |
Polling SOAP receive adapter
|
|
| Hugo Rodger-Brown 2004-09-29, 3:07 am |
| I'm working on a project for an organisation that won't allow external
parties to publish information in through the firewall, and so we're
having to poll for data from a web service.
Obviously writing a simple .NET service to do this is not a problem,
but I thought that if anyone else had come across this there may well
be something like a SOAP receive adapter that can be configured to
poll for data, submitting the response to the message box if certain
conditions apply?
Hugo
| |
| Alistair 2B.net 2004-11-25, 5:49 pm |
| Hi
We have actually achived this by polling the the third party application
from within our Orchestration, with a loop and delay. We poll the records
for updates and follow through with actions once a record has been updated.
Aly
"Hugo Rodger-Brown" <hugorodgerbrown@hotmail.com> wrote in message
news:67eb92b.0409290052.7278f27a@posting.google.com...
> I'm working on a project for an organisation that won't allow external
> parties to publish information in through the firewall, and so we're
> having to poll for data from a web service.
>
> Obviously writing a simple .NET service to do this is not a problem,
> but I thought that if anyone else had come across this there may well
> be something like a SOAP receive adapter that can be configured to
> poll for data, submitting the response to the message box if certain
> conditions apply?
>
> Hugo
|
|
|
|
|