Tools for Creating Web Service Endpoints and Clients

The Java API for XML-based Remote Procedure Call (JAX-RPC) implementation provides tools to generate server-side skeletons and client-side stubs from a WSDL document. Some of the tools include:

  • WSDL2Java – It is a tool provided by Axis to generate web service clients from a WSDL document. The tool can be used to create stubs, skeletons, and data types from a WSDL document.
  • wscompile – It is a tool provided by the Sun JavaTM System Application Server (Application Server), which generates Java classes for the stubs during compile time.

  » View Media Description
Click the Next button to continue.