DEFINE WEBSERVICE

Defines a CICS Web Service for applications. Typically installed dynamically.
Keyword Description
Webservice (name) Name of the Web Service record. Can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #.
Group(groupname) Names the group the URIMAP definition belongs to. Mandatory. groupname can be up to eight characters in length. Acceptable characters are A through Z, 0 through 9, $, @ and #. Do not specify a group name starting with DFH, as Mainframe Subsystem Support (MSS) uses that prefix for system groups.
Description(text) Describes the bundle. Optional. text can be up to 60 characters in length, with no restrictions except that if you use a left parenthesis you must ensure that there is a matching right parenthesis.
Pipeline (name) The pipeline with which the web service is associated.
WSBind (string) Path to the web service binding file.

Example

DEFINE WEBSERVICE(SAMPWEB) GROUP(SAMPGRP)
DESCRIPTION(Sample WEBSERVICE provider)
       PIPELINE(EXPIPE01)
       WSBIND($SAMPDIR/webservices/wsbind/provider/sample.wsbind)