WEBSERVAggregateRecordType
Web Services aggregate record
Fields
StringAggregationType)
StringAggregationType)
The name of a dynamically installed URIMAP resource definition, if there is one that is associated with this web service.
StringAggregationType)
The file name of the web service binding file associated with the web service resource.
StringAggregationType)
The file name of the web service description (WSDL) file associated with the web service resource.
EnumAggregationType)
Indicates whether the web service is currently able to handle XOP documents in direct mode. The values are:
- NOXOPDIRECT - The web service cannot currently handle XOP documents and binary attachments directly. This is true when the web service implementation does not support the direct handling of XOP documents and binary attachments, or web service validation is switched on.
- XOPDIRECT - The web service can currently handle XOP documents and binary attachments directly. This is true when the web service implementation supports the direct handling of XOP documents and web service validation is not switched.
EnumAggregationType)
Indicates whether the web service implementation is capable of handling XOP documents and binary attachments in direct mode. The values are:
- NOXOPSUPPORT - The web service implementation does not support the direct handling of XOP documents and binary attachments.
- XOPSUPPORT - The web service implementation supports the direct handling of XOP documents and binary attachments. This is true for any web services that are generated and deployed using the web services assistant.
StringAggregationType)
The archive file contains the wsdl document for this Web Service.
LongAggregationType)
The BAS version number of this definition.
StringAggregationType)
The WSDL binding represented by the Web service. This binding is one of (potentially) many that appear in the WSDL file.
LongAggregationType)
The name of the CCSID that is used to encode data between the application and the web service binding file at run time.
EnumAggregationType)
The change agent identifier that made the last modification.
- CSDAPI - The resource was last changed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CSDBATCH - The resource was last changed by a DFHCSDUP job.
- DREPAPI - The resource was last changed by a CICSPlex SM BAS API command.
- DREPBATCH - The resource was last changed by a CICSPlex SM utility.
- DYNAMIC - The resource was last changed dynamically.
- CREATESPI - The resource was last changed by an EXEC CICS CREATE command.
- NOTAPPLIC - This is not applicable for this resource.
- OVERRIDE - Resource was last changed by resource overrides.
StringAggregationType)
The CICS release level of the agent that made the last modification to the resource definition.
DateAggregationType)
The local date and time when the definition was last changed.
StringAggregationType)
The user ID that made the last modification to the resource definition.
StringAggregationType)
The name of the container that holds the top level data when CICS passes data to the target application program in a channel.
StringAggregationType)
The source of the definition, depending on which agent made the last change.
DateAggregationType)
The local date and time when the resource definition record was created on DFHCSD or EYUDREP.
StringAggregationType)
The URI specifying the location on the network (or endpoint) of the web service, as defined in the web service description.
EnumAggregationType)
The install agent identifier that made the installation.
- CSDAPI - The resource was installed by a CEDA transaction, by the programmable interface to DFHEDAP or by an EXEC CICS CSD command.
- CREATESPI - The resource was installed by an EXEC CICS CREATE command.
- DYNAMIC - The resource was installed dynamically.
- GRPLIST - The resource was installed by GRPLIST INSTALL.
- BUNDLE - The resource was installed by a BUNDLE.
DateAggregationType)
The local date and time when the definition was installed.
StringAggregationType)
The user ID that installed the resource definition.
StringAggregationType)
The mapping level that was used when the WSBind file file was produced.
LongAggregationType)
The release number for the mapping level that was used when the WSBind file was produced. The value of the release number is 0, 1, or 2.
LongAggregationType)
The version number for the mapping level that was used when the WSBind file was produced. The value of the version number is 1, 2, 3 or 4.
StringAggregationType)
The minimum runtime level that is required to install the WEBSERVICE in CICS.
LongAggregationType)
The release number for the minimum runtime level that is required to install the WEBSERVICE in CICS.
LongAggregationType)
The version number for the minimum runtime level that is required to install the WEBSERVICE in CICS.
DateAggregationType)
The time, in milliseconds since 00:00 on January 1st 1900, that the deployed Web service binding file on zFS was last updated.
StringAggregationType)
The name of the web service.
StringAggregationType)
The name of the PIPELINE resource that contains this web service resource.
StringAggregationType)
The name of the target application program.
EnumAggregationType)
For a service provider, indicates whether CICS passes data to the target application program in a COMMAREA or a channel.
StringAggregationType)
EnumAggregationType)
The state of the web service. Values are:
Discarding : A Discard command has been issued for the web service. The web service is quiescing before being discarded. It is not accepting new work, but is allowing currently-executing work to complete.
Initing : The web service binding file, and the WSDL file, are being copied to the shelf.
Inservice : Resolution of the copy of the WSBind file on the shelf has succeeded, and the web service is usable.
Unusable : There is a problem with the web service binding file (WSBIND) for the resource.
Updating : An update request for a WEBSERVICE is pending.
Disabled : This state is only available for WEBSERVICE resources that are defined in a CICS bundle. The web service has completed quiescing and is not accepting new work.
Disabling : This state is only available for WEBSERVICE resources that are defined in a CICS bundle. The web service is quiescing. It is not accepting new work, but is allowing currently-executing work to complete.
LongAggregationType)
The number of times this web service was used to process a web service request.
EnumAggregationType)
Indicates whether full validation of SOAP messages against the corresponding schema in the web service description is specified.
- VALIDATION - Full validation is enabled.
- NOVALIDATION - Full validation is disabled.