The preferred method of developing a service provider is to start from a WSDL contract that defines the operations and methods that the service provider will implement. Using this contract, you can generate starting point code for the service provider. Adding the business logic to the generated code is done using normal Java programming APIs.
Table of Contents
Once you have a WSDL document, the process for developing a JAX-WS service provider is three steps: