I am trying to add a web reference to an ASP.NET 2.0 application in Visual Studio 2008.
However, the generated proxy classes do not include BeginXXXX and EndXXXX methods.
How can I get these to be generated? Do I need to manually use wsdl.exe?
(Incidentally in ASP.NET 3.5 apps, there is an option in the Add Service Reference box which lets me specify that Async methods should be generated. However, I am limited to ASP.NET 2.0 implementation).