Library Link To Toggle Frames Print Feedback

Chapter 5. Developing a Consumer From a WSDL Contract

Summary

The prefered method of creating a service consumer is to start from a WSDL contract. The contract defines the operations, messages, and transport details of the service on which a consumer will make requests. Using the contract, you generate the starting point code for a consumer. You add the functionality required by your consumer to the generated code.

Table of Contents

Generating the Stub Code
Implementing a Consumer