Web service resource table

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.

CIU_WEBSERV_DETAIL
This table stores detailed information about every CICS® Web service resource referenced in a transaction recorded by the Collector. Web service information is stored in this table only if the Web Services field on the CICS Resource Options panel, CIU240, is set to D.
Table 1. The CIU_WEBSERV_DETAIL table
Field Name Type Description
COLLECTION_ID CHAR(16) Collection ID.
ARCHIVE_DATE TIMESTAMP Time of archiving.
APPLID CHAR(8) CICS region applid
HOMESYSID CHAR(4) SYSID of local region.
Start of changeAPPL_NAMEEnd of change Start of changeCHAR(64)End of change Start of changeApplication nameEnd of change
Start of changeAPPL_VER1End of change Start of changeINTEGEREnd of change Start of changeMajor version numberEnd of change
Start of changeAPPL_VER2End of change Start of changeINTEGEREnd of change Start of changeMinor version numberEnd of change
Start of changeAPPL_VER3End of change Start of changeINTEGEREnd of change Start of changeMicro version numberEnd of change
Start of changeAPPL_OPEREnd of change Start of changeCHAR(64)End of change Start of changeThe operation associated with the taskEnd of change
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.

Reference Reference

Feedback


Timestamp icon Last updated: Friday, 8 February 2013


http://pic.dhe.ibm.com/infocenter/cicsts/v5r1/topic//db2t6.html