Library Link To Toggle Frames Print Feedback

Chapter 4. Developing a Service From a WSDL Contract

Summary

The prefered method of developing a service is to start from a WSDL contract that defines the operations and methods that the service will implement. Using this contract, you can generate starting point code for the service. Adding the business logic to the generated code is done using normal Java programming APIs.

Table of Contents

Generating the Starting Point Code
Implementing the Service

Once you have a WSDL document, the process for developing a JAX-WS service is three steps:

  1. Generate starting point code.

  2. Implement the service's operations.

  3. Publish the implemented service.