CICS Web Service Requestor (Top-Down, Linkable Interface)

Important: Before attempting to run a CICS Web Service on Enterprise Server, review the information in the Configuration Requirements for CICS Web Services topic.
Page 1
Project
Shows the name of the project in which the CICS Web service is created. The default is the current project. Click Browse to specify a different project.
Service name
The name of the generated service interface file.
Page 2, Request
JSON schema
The fully qualified name of the JSON schema file that contains the input data area. Click Browse to select a schema file.
Request file prefix
A one- to six-character prefix used in naming the request copybook file generated for a Web service. The generated copybook file contains the Web service request data structures.
Bundle
The path to and name of the bundle directory and archive file (.zip or .jar). Click Browse to select an archive file.
JSON transform
The name to use for the JSONTRANSFRM bundle resource in CICS; also the name of the generated JSBIND file.
Default string length
The maximum number of characters that can be processed in a COMMAREA or CHANNEL string.
Default array size
The maximum number of times a single array can be processed by a COMMAREA or CHANNEL string.
Additional parameters
Any additional parameters. See the js2ls reference topic for a list of parameters.
Page 3, Response
JSON schema
The fully qualified name of the JSON schema file that contains the output data area. Click Browse to select a schema file.
Response file prefix
A one- to six-character prefix used in naming the response copybook file generated for a Web service. The generated copybook file contains the Web service response data structures.
Bundle
The path to and name of the bundle directory and archive file (.zip or .jar). Click Browse to select an archive file.
JSON transform
The name to use for the JSONTRANSFRM bundle resource in CICS; also the name of the generated JSBIND file.
Default string length
The maximum number of characters that can be processed in a COMMAREA or CHANNEL string.
Default array size
The maximum number of times a single array can be processed by a COMMAREA or CHANNEL string.
Additional parameters
Any additional parameters. See the js2ls reference topic for a list of parameters.