H
hellrazor
HI,
In my client application (a CSharp Windows App), I invoke a webservice
function. Because these client applications are sometimes running half-way
around the world from the server, and sometimes their Internet connection
is, well, crappy, the webservice call sometimes times out!
Is there a way to cancel a webservice in progress? I want to give the user
a chance to cancel it and re-try. When there is no problems, the webservice
function takes less than a second to get submitted and receive a reply
back.
Thanks!
In my client application (a CSharp Windows App), I invoke a webservice
function. Because these client applications are sometimes running half-way
around the world from the server, and sometimes their Internet connection
is, well, crappy, the webservice call sometimes times out!
Is there a way to cancel a webservice in progress? I want to give the user
a chance to cancel it and re-try. When there is no problems, the webservice
function takes less than a second to get submitted and receive a reply
back.
Thanks!