| unlikely 2005-02-14, 3:21 pm |
| Here's exactly what I want to do:
I have a trigger in a database that records an "IncidentID" when ever an Incident is updated. This IncidentID is kept in a table.
I have a web service which can see all of these IncidentID's.
I want Biztalk to use the web service to look at the IncidentID's, and take all the Incident Information and place it into an XML file.
My Main problem is the start. How do you make it so that BizTalk checks the web service every 5 or so minutes to see if there are any new "IncidentID"s and if so, create the file?
From everything I've read, it's like you have to have a file put in a directory to start everything, or create a webservice which a program runs. I don't want to do that.
Any help would be appreciated.
thanks,
dan. |