April 2003
Intermediate to advanced
1040 pages
25h 22m
English
After you have discovered a Web service and retrieved information about its interface, you can instantiate an object that represents that Web service and then invoke its methods. In this section you'll learn about two methods to integrate Web services in your applications, and you'll learn about testing a Web service as a consumer.
The .NET Framework SDK includes the Web Services Description Language tool, wsdl.exe. This tool can take a WSDL file and generate a corresponding proxy class that you can use to invoke the Web service, as shown in Step-by-Step 4.8.
STEP BY STEP4.8 Using the Web Services Description Language Tool ... |
Read now
Unlock full access