J
Jonathan
Hello all,
I don't have too much experience developing webservices, specially the async
side of it, but i'm trying to develop an (web)app that needs an async call to
a webservice.
I'm trying to have a ASP.NET page, that calls a webservice, and refreshes
itself to show the current progress/status of the webservice. (eg. a
progress-bar)
Reading through this page
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenethowto08.asp)
has helped a lot, as it describes exactly what i need, except for the part
that i need to poll for a current status as well.
Does anybody know how/where to implement such a poll in that sample, as i
can't figure out where and how i'd put it.
(I've been reading through just about every page i can find about the
subject, but haven't been able to find anything that sheds some light).
TIA.
I don't have too much experience developing webservices, specially the async
side of it, but i'm trying to develop an (web)app that needs an async call to
a webservice.
I'm trying to have a ASP.NET page, that calls a webservice, and refreshes
itself to show the current progress/status of the webservice. (eg. a
progress-bar)
Reading through this page
(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenethowto08.asp)
has helped a lot, as it describes exactly what i need, except for the part
that i need to poll for a current status as well.
Does anybody know how/where to implement such a poll in that sample, as i
can't figure out where and how i'd put it.
(I've been reading through just about every page i can find about the
subject, but haven't been able to find anything that sheds some light).
TIA.