If I want to run a series of Web service calls every hour. How can I do that from my Web Server?
I'm guessing there is a timer which needs to be deployed somewhere so it counts down and when the time is up, it would consume those Web service again and retrieve the returned XML data to be stored in database. Then the timer resets again.