Use the information in the CIU_WEBSERV_DETAIL table to write your own SQL applications to query the tables; these applications must use native SQL queries.
Field Name | Type | Description |
---|---|---|
APPLID | CHAR(8) | CICS region applid |
HOMESYSID | CHAR(4) | SYSID of local region. |
NAME | CHAR(32) | The name of the Web service. |
PROGRAM | CHAR(8) | The name of the CICS program that implements the Web service. |
URIMAP | CHAR(8) | The name of the dynamically installed URIMAP. |
CCSID | CHAR(8) | The CCSID that is used to encode the character data in the application data structure at run time. |
CONTAINER | CHAR(16) | The name of the container used if PGMINTERFACE contains a value of CHANNEL. |
MAPPINGLEVEL | CHAR(8) | The mapping level that is used to convert data between language structures and Web service description (WSDL) documents. Values are 1.0, 1.1, 1.2, 2.0, or 2.1. |
MAPPINGRNUM | INTEGER | The release number for the mapping level that is used to convert data between language structures and Web services description (WSDL) documents. Values are: 0, 1, or 2. |
MAPPINGVNUM | INTEGER | The version number of the mapping level that is used to convert data between language structures and Web service description (WSDL) documents. Values are: 1 or 2. |
MINRUNLEVEL | CHAR(8) | The minimum runtime level that is required to run the Web service in CICS. Values are 1.0, 1.1, 1.2, 2.0, or 2.1. |
MINRUNRNUM | INTEGER | The release number for the minimum runtime level that is required to run the Web services in CICS. Values are: 0, 1, or 2. |
MINRUNVNUM | INTEGER | The version number for the minimum runtime level that is required to run the Web services in CICS. Values are: 0, 1, or 2. |
PIPELINE | CHAR(8) | The name of the PIPELINE resource that contains this WEBSERVICE resource. |
PGMINTERFACE | CVDA | Indicates whether the CICS program that implements the Web service expects input in a channel or in a commarea. Values are: CHANNEL or COMMAREA. |
VALIDATIONSTATUS | CHAR(12) | Indicates whether full validation of SOAP messages is currently enabled for this WEBSERVICE. Values are: VALIDATION or NOVALIDATION. |
XOPDIRECTST | CHAR(12) | Indicates whether the Web service is currently able to handle XOP documents in direct mode. Values are: NOXOPDIRECT or XOPDIRECT. |
XOPSUPPORTST | CHAR(12) | Indicates whether the Web service implementations is capable of handling XOP documents and binary attachments in direct mode. Values are: NOXOPSUPPORT or XOPSUPPORT. |
WSDL_FILENAME | CHAR(255) | The name of the Web service description file associated with the WEBSERVICE resource. |
WSBIND_FILENAME | CHAR(255) | The name of the Web service binding file. |
ENDPOINT | CHAR(255) | The endpoint URI of a remote WEBSERVICE. |
BINDING | CHAR(255) | The WSDL binding represented by the WEBSERVICE. |
LAST_MODIFIED | TIMESTAMP | The time the deployed WSBind file on z/OS® UNIX was last updated, in the local time format. |
FIRST_RUN | TIMESTAMP | Time of first occurrence, in the local time format. |
LAST_RUN | TIMESTAMP | Time of latest observation, in the local time format. |