L
Lars
I am completely new to web services, but have learned that calling a web service from a VB.NET client to recieve data is a very trivial task. But how about the opposite?
How can I make a simple call from a web service to a function in a VB.NET client, anytime during the day? Not just immediately after sending a request to the service. The clients I have logs in to the service in the morning and logs out at the evening. During the day the clients needs to receive alerts sent from the service when data has been changed on the server side. Do I have to send a request every 5 seconds or so from all clients during the day, to ask the web service if data has been updated, or is it better way to do this that I have missed, like pushing an alert from the web service over http to the clients.
How can I make a simple call from a web service to a function in a VB.NET client, anytime during the day? Not just immediately after sending a request to the service. The clients I have logs in to the service in the morning and logs out at the evening. During the day the clients needs to receive alerts sent from the service when data has been changed on the server side. Do I have to send a request every 5 seconds or so from all clients during the day, to ask the web service if data has been updated, or is it better way to do this that I have missed, like pushing an alert from the web service over http to the clients.