Using Visual Studio .Net the Begin and End methods are
generated
automatically. More specifically, the WSDL.exe generates a
proxy class
with the Begin and End methods for you to use.
-----Original Message-----
From: Discussion of building .NET applications targeted for
the Web
[mailto OTNET-WE
B DISCUSS.DEVELOP.COM] On Behalf Of Ivanoff, Alex
Sent: Thursday, July 20, 2006 1:27 PM
To: DOTNET-WEB DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WEB] Async WebMethod?
Ian,
I was asking how to make asyncronous web service, not how to
call one.
-----Original Message-----
From: Discussion of building .NET applications targeted for
the Web
[mailto OTNET-WE
B DISCUSS.DEVELOP.COM] On Behalf Of Ian Suttle
Sent: Thursday, July 20, 2006 15:24
To: DOTNET-WEB DISCUSS.DEVELOP.COM
Subject: Re: [DOTNET-WEB] Async WebMethod?
You can make calls to web methods asynchronously using
Begin<NameOfWebServiceMethod> and
End<NameOfWebServiceMethod>. There's
documentation available for this in MSDN.
Ian Suttle
http://www.IanSuttle.com
-----Original Message-----
From: Discussion of building .NET applications targeted for
the Web
[mailto OTNET-WE
B DISCUSS.DEVELOP.COM] On Behalf Of Ivanoff, Alex
Sent: Thursday, July 20, 2006 1:16 PM
To: DOTNET-WEB DISCUSS.DEVELOP.COM
Subject: [DOTNET-WEB] Async WebMethod?
Ok, we have asynchronous web pages, how about asynchronous
web methods?
Alex
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor. http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentor(r) http://www.develop.com
View archives and manage your subscription(s) at
http://discuss.develop.com
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|