Dustin, The nature of a web service using the HTTP protocol is thatit is totally client-side initiated, so your web server does notretain a live connection to the client in order to signal thechanges. if you really want to use a web service, you will probablyneed to set up an instance of a timer cla...