Develop a dynamic web services client.
Step Parent
Implement dynamic JAX-WS web services clients
The Dispatch client API, javax.xml.ws.Dispatch, is an XML messaging-oriented client intended for advanced XML developers who prefer using XML constructs. To write a Dispatch client, you must have expertise with the Dispatch client APIs, the supported object types, and knowledge of the message representations for the associated Web Services Description Language (WSDL) file. The Dispatch client API requires application clients to construct messages or payloads as XML and requires a detailed knowledge of the message or message payload. You do not need a WSDL file if you are developing a dynamic client.
Subtopics
- Develop a dynamic client using JAX-WS APIs
JAX-WS provides support for the dynamic invocation of service endpoint operations.
What to do next
(Optional) Assemble a web services-enabled client JAR file into an EAR file.
Subtopics
- Develop a dynamic client using JAX-WS APIs
JAX-WS provides support for the dynamic invocation of service endpoint operations.
Related tasks
Develop a dynamic client using JAX-WS APIs