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
- For static JAX-WS web services applications using the dynamic proxy API, develop client artifacts from a WSDL file using the wsimport command.
- 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
- Develop a JAX-WS client from a WSDL file
JAX-WS tooling supports generating Java artifacts we need to develop static JAX-WS web services clients when starting with a WSDL file.
- Develop deployment descriptors for a JAX-WS client
Deployment descriptors are standard text files, formatted using XML and packaged in a web services application. We can optionally use the Web Services for Java EE specification (JSR 109) service reference deployment descriptor to augment or override application metadata specified in annotations within JAX-WS web services client.
Related tasks
Develop a JAX-WS client from a WSDL file Develop deployment descriptors for a JAX-WS client