Configuring an existing CICS transaction as a JSON web service (SC11)
This scenario shows how to configure the CICS® TG mobile support to pass a request from a JSON web services client application to the EC03 program on a CICS server and receive a response.

The files for this scenario are installed in UNIX directory <install path>/samples/scenarios/sc11 and in the <install.hlq>SCTGSAMP library.
- ec03in.xml is the channel description document of the request sent to the CICS server program EC03.
- ec03out.xml is the channel description document of the reply from the CICS server program EC03.
- ctgec03.ini contains the relevant sections from the CICS TG configuration file required to implement this scenario.
- ec03req.json is the request json schema.
- ec03resp.json is the reply json schema.
- ec03.wsbind is the web service bind file.
- CTGE3L2J - JCL to run the JSON web services assistant.
- CTGE3LEN - the COBOL copybook containing the language structure used by the EC03 sample program to read the binary data passed in on the BIT container.

The bind file and JSON Schema that are produced are included so that you can configure a web service without going through the process of producing the bind file from CDDs. An extract from a CICS TG configuration file is also included to show the relevant sections of the CICS TG configuration file to configure a web service with this bind file.

The JSON Schema files are provided for you to use in your client application.