Network Deployment (Distributed operating systems), v8.0 > End-to-end paths > Web services > Implement static JAX-WS web services clients
Previous Step Next Step
Complete the client implementation.
Step 3: Implement static JAX-WS web services clients JAX-WS
Write the client application code that is going to be 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.
Avoid trouble:
- If your client application is going to be installed in a server, it must be contained in either a WAR module or an EJB module. Shared library files are not scanned for JAX-WS clients. Therefore, a shared library JAR file cannot be used as the container for a client application.
- If your client application creates a number of threads in the JSR 109 client, the metadata, including the WAS configuration, is not copied to the thread, and the Global Security Handler is not called.
Develop JAX-WS client artifacts from a WSDL file.
What to do next
(Optional) Assemble a web services-enabled client JAR file into an EAR file.
Previous Step Next Step