Library Link To Toggle Frames Print Feedback

Part II. Starting from WSDL

Summary

The recomened way to develop service-oriented applications is to start from a WSDL contract. The WSDL contract provides an implementation neutral way of defining the operations a service exposes and the data that is exchanged with the service. Celtix Enterprise provides tools to generate JAX-WS annotated starting point code from a WSDL contract. The code generators create all of the classes needed to implement any abstract data types defined in the contract. This approach simplifies the development of widely distributed applications.

Table of Contents

3. A Starting Point WSDL Contract
4. Developing a Service From a WSDL Contract
Generating the Starting Point Code
Implementing the Service
5. Developing a Consumer From a WSDL Contract
Generating the Stub Code
Implementing a Consumer