Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tutorial will take you through the steps involved in creating a Web based Client and a POJO Client for a JAX-WS web service. Here It is required that you complete the Developing a JAX-WS POJO Web Service tutorial before completing this one. Since we will only be needing using the WSDL file of the web service Web Service deployed for creating the client, ensure that the Web Service from the Developing a JAX-WS POJO Web Service tutorial is deployed and the Geronimo server is running before starting this tutorial.

Info
titleTypes of Web Services

For new users, Web Services can be created in two ways:

  • Bottom Up Web Service - creating web services from Java classes.
  • Top Down Web Service - creating web services from WSDL document.

This tutorial will help you in creating a Top Down Web Service from WSDL document which is already deployed on server.

...