+

Search Tips   |   Advanced Search

Develop JAX-WS client artifacts from a WSDL file.

Obtain the WSDL document for the web service to access.

Parent

Implement static JAX-WS web services clients

  1. For static JAX-WS web services applications using the dynamic proxy API, develop client artifacts from a WSDL file using the wsimport command.

  2. Optional. Develop JAX-WS client-side deployment descriptors. We can optionally use the application-client.xml, web.xml, or ejb-jar.xml client-side deployment descriptors to augment or override binding information contained in annotations for JAX-WS web services.


What to do next

Complete the client implementation.


Subtopics


Related tasks

  • Develop a JAX-WS client from a WSDL file
  • Develop deployment descriptors for a JAX-WS client