May 2004
Intermediate to advanced
888 pages
22h 31m
English
This section discusses the process of Web Service consumption. Applications that make use of Web Services are said to consume the Web Service and are therefore known as consumers. A Web Service consumer must perform at least three steps in order to use the Web Service. These are discovery (a process of extracting information about a Web Service), generating a proxy class, and using the proxy class to invoke the Web Service methods. The first two steps can be done manually; however, the Delphi IDE provides the integrated tools to make the process much easier. I will walk through the step-by-step process.
Before you can use a Web Service, you have to know how to use it. You must discover available methods, ...
Read now
Unlock full access