Deploying a requester-mode JAX-WS web service
You can deploy a JAX-WS application as a requester mode web service in CICS® . However, these applications do not use the EXEC CICS INVOKE command, instead they interact with the remote web services using JAX-WS.
Before you begin
About this task
Procedure
- Create a web service requester application in Java™ and use an appropriate API, such as the Java API for XML web services (JAX-WS), to call the remote web service.
- Optional: If you use JAX-WS to start a remote web service, you must also use JAX-WS to generate the SOAP messages, handle the network communication, and process the SOAP response.
- Deploy your Java application and install it in the JVM server.