|
Re: Calling a Web Service asynchronously and not wanting a response: msg#00102windows.devel.dotnet.web
That sounds like what I want. Now, do I can Begin<WebService> and not call End<WebService> or do I just call <WebService>? Thanks, Bob > -----Original Message----- > From: Discussion of building .NET applications targeted for > the Web [mailto:DOTNET-WEB@xxxxxxxxxxxxxxxxxxx] On Behalf Of > William Bartholomew > Sent: Thursday, June 16, 2005 4:13 PM > To: DOTNET-WEB@xxxxxxxxxxxxxxxxxxx > Subject: Re: [DOTNET-WEB] Calling a Web Service > asynchronously and not wanting a response > > > If you can change the web-service then you can add > OneWay:=True to the WebMethod attribute adorning the > web-service method. This causes the web-service to return > immediately when it's called and then begin processing. > > On 6/17/05, Ainsley, Robert, ISD <RAinsley422@xxxxxxxxxxxxxxxx> wrote: > > I want to use a web service to perform a long running task > that will > > update a database with the results rather than returning > them to the > > caller. > > > > I expect to call the web service from a web page and the > web page will > > be gone before the web service will finish, so it won't be able to > > call End<MyWebService> when the web method has finished. > > > > What is the proper way to do this? > > > > Thanks, > > > > Bob > > > > > > > > > ********************************************************************** > > ******* > > If you are not the intended recipient of this e-mail, please notify > > the sender immediately. The contents of this e-mail do not amend > > any existing disclosures or agreements unless expressly stated. > > > ************************************************************** > *************** > > > > =================================== > > This list is hosted by DevelopMentor(r) http://www.develop.com > > > > View archives and manage your subscription(s) at > > http://discuss.develop.com > > > > > -- > > Regards, > > William D. Bartholomew > http://blog.bartholomew.id.au/ > > =================================== > This list is hosted by DevelopMentor(r) http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com ***************************************************************************** If you are not the intended recipient of this e-mail, please notify the sender immediately. The contents of this e-mail do not amend any existing disclosures or agreements unless expressly stated. ***************************************************************************** =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Calling a Web Service asynchronously and not wanting a response: 00102, William Bartholomew |
|---|---|
| Next by Date: | how to know what satellite assembly is loaded at a time: 00102, lizet peña |
| Previous by Thread: | Re: Calling a Web Service asynchronously and not wanting a responsei: 00102, William Bartholomew |
| Next by Thread: | how to know what satellite assembly is loaded at a time: 00102, lizet peña |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |