Previous Step   Next Step

Complete the client implementation.

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

About this task

Write your client application code that is used to invoke the Web service.
See Chapter 4 of the JSR 109 specification. For a complete list of the supported standards and specifications, see the Web services specifications and API documentation.
Note: If an application creates a number of threads in the JSR 109 client, the metadata (including the WebSphere® Application Server configuration) is not copied to the thread, and the Global Security Handler is not called.

Before you begin

Develop JAX-WS client artifacts from a WSDL file.

What to do next

(Optional) Assemble a Web services-enabled client Java archive (JAR) file into an enterprise archive (EAR) file.

  Previous Step   Next Step