Starting with a WSDL file, you can generate a CICS Web Service client application. You can do this from aVisual COBOL project, or by using the ws2ls command.
The CICS Web Services feature is EAP for development and testing usage. It should not be used for production deployment in this product release
Starting with an existing WSDL file, Visual COBOL can generate a CICS Web Service (CWS) client application that you can deploy to Enterprise Server. The generated client application files consist of the following, where by default, filename is the first eight characters of the file prefix of the WSDL file:
Visual COBOL adds these generated files as a new project in the current solution. The new project name is the same as the WSDL file prefix.