Deploying a Java provider-mode web service in a Liberty JVM server
You can deploy a web application as a provider mode web service in a Liberty JVM server. These applications are created using Java™ standards JAX-WS and JAXB.
About this task
You
might want to deploy Java applications using this method for
one of the following reasons:
- You want to create web services in Java.
- You have complicated WSDL documents that would be difficult to handle using the CICS web services assistants.
- You want to offload the handling of the web service application to the zEnterprise® Application Assist Processor (zAAP).
Note: Web applications deployed to a Liberty JVM server do not use the WEBSERVICE or
TCPIPSERVICE resources. They interact with web requests using the Liberty HTTP listener and
therefore cannot use the facilities of the CICS web services
support.