Ask a Question related to ASP.NET Web Services, Design and Development.
-
hellrazor #1
how to cancel a webservice?
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!
hellrazor Guest
-
Cancel does Delete instead!??
I have created a datagrid with both EditCommandColumn and ButtonColumn (setup as Delete). Even when I change the Delete command to a different name... -
Submit and Cancel
Hi guys, And another very simple one. I actually stumbled for the 1st time on a situation where I'd like to have 2 buttons on a form, one to... -
Cancel Print Job and More
I am running Acrobat 4.05a on Windows XP Pro. On some Excel 2002 files, when I try to print an entire workbook (10 sheets or so), Distiller will... -
Can I have a Cancel button?
Hi <element onkeydown="if(event.keyCode == 27 ) doSomething()".... <body onkeydown="if(event.keyCode == 27 ) document.forms.CANCELBTN.click()"... -
Cancel this post
Never mind, I just realized that I can process the input in the form rather than the textbox. God Bless, Mark A. Sam -
Yunus Emre ALPÖZEN [MCSD.NET] #2
Re: how to cancel a webservice?
Promote your web services to GXA
Have a look at this
[url]http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en-us/dnwse/html/whywse.asp[/url]
--
Thanks,
Yunus Emre ALPÖZEN
BSc, MCSD.NET
"hellrazor" <jorge@another-world.com> wrote in message
news:Xns9670A26A6DC8Cjorgeanotherworldcom@207.46.2 48.16...> 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!
Yunus Emre ALPÖZEN [MCSD.NET] Guest



Reply With Quote

