Previous Step   Next Step

Develop JAX-WS client artifacts from a WSDL file.

 Step 2 towards the goal: Implementing static JAX-WS Web services clients

Before you begin

Obtain the Web Services Description Language (WSDL) document for the Web service that you want to access.

Procedure

  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. You 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.

Supporting information (generally applicable)

What to do next

Complete the client implementation.

  Previous Step   Next Step