December 2004
Intermediate to advanced
1008 pages
21h 40m
English
This next section will provide you with a quick review of consuming web services. In the samples that follow, the code consumes the service created earlier using both synchronous and asynchronous method calls. Much of this information can be seen in the section of this book that discusses Windows Forms and how to consume web services from a Windows Forms application.
The first step toward consuming a web service is the creation of a client proxy. You can either let Visual Studio .NET 2003 create the proxy for you by adding a web reference or you can use the WSDL.EXE command-line tool to create the proxy class.
Whether you use Visual Studio or the command-line to create ...
Read now
Unlock full access