Changes to CEMT

CEMT DISCARD WEBSERVICE

Use the DISCARD WEBSERVICE command to remove a WEBSERVICE from your CICS® region.

CEMT DISCARD PIPELINE

Use the DISCARD PIPELINE to remove a PIPELINE from your CICS region.

CEMT INQUIRE WEBSERVICE

Use the INQUIRE WEBSERVICE command to display the following information about an installed WEBSERVICE:
Read syntax diagramSkip visual syntax diagram
                            .-ALL-----.                       
>>-CEMT INQUIRE WEBSERVICE--+---------+--+----------------+----->
                            '-(value)-'  '-BINDING(value)-'   

>--+------------------+--+------------+--+-----------------+---->
   '-DATESTAMP(value)-'  +-DISCARDING-+  '-ENDPOINT(value)-'   
                         +-INITING----+                        
                         +-INSERVICE--+                        
                         '-UNUSABLE---'                        

>--+-----------------+--+----------+--+-----------------+------->
   '-PIPELINE(value)-'  +-CHANNEL--+  '-PORTTYPE(value)-'   
                        '-COMMAREA-'                        

>--+----------------+--+------------------+--------------------->
   '-PROGRAM(value)-'  '-TIMESTAMP(value)-'   

>--+---------------+--+--------------+--+---------------+------->
   '-URIMAP(value)-'  +-VALIDATION---+  '-WSBIND(value)-'   
                      '-NOVALIDATION-'                      

>--+-----------------+-----------------------------------------><
   '-WSDLFILE(value)-'   

BINDING(value)
Displays the WSDL binding represented by the WEBSERVICE. This binding is one of (potentially) many that appear in the WSDL file.
DATESTAMP(value)
Displays the date, in yyyymmdd format, that the WEBSERVICE was last updated. This is a readonly value that CICS updates when the WEBSERVICE resource is installed or updated.
COMMAREA
The program expects to receive input in a COMMAREA.
CONTAINER
The program is expecting to receive input in a CONTAINER.
DISCARDING
A DISCARD operation is in progress for this WEBSERVICE.
ENDPOINT(value)
Displays the endpoint URI of a remote WEBSERVICE. This is the endpoint URI specified in the WSDL file for a remote Web service. If a CICS application program is the service provider, then the ENDPOINT will be empty.
INITING
The WSBind file and WSDL file are being copied to the shelf.
INSERVICE
Resolution of the copy of the WSBind file on the shelf has succeeded and the WEBSERVICE is usable.
NOVALIDATION
Full validation is not enabled.
PIPELINE(value)
Displays the name of the PIPELINE in which the WEBSERVICE is installed; that is, the name of the PIPELINE resource that contains this WEBSERVICE resource.
PORTTYPE(value)
Displays the contents of the <portType> element within the WSDL document represented by this WEBSERVICE resource.
PROGRAM(value)
Displays the name of the CICS program that implements the WSDL <portType> when CICS is the service provider.
TIMESTAMP(value)
Displays the time, in hh:mm:ss format, that the WEBSERVICE was last updated. This is a readonly value that CICS updates when the WEBSERVICE resource is installed or updated.
URIMAP(value)
Displays the name of a dynamically installed URIMAP if there is one that is associated with this WEBSERVICE. If the WEBSERVICE was not installed by performing the SCAN function on a PIPELINE resource, or if the WEBSERVICE represents a remote Web service, then the URIMAP will be empty.
UNUSABLE
Copying the WSBind file to the shelf has failed and the WEBSERVICE is unusable.
VALIDATION
Full validation is enabled.
WEBSERVICE(ALL|value)
ALL
is the default. Information about all WEBSERVICEs is displayed, unless you specify a selection of WEBSERVICEs to be queried.
value
is the name (1-8 characters) of an installed WEBSERVICE definition.
WSBIND(value)
Returns the 1-255 character fully-qualified file name of the WSBind file on HFS.
WSDLFILE(value)
Returns the 1-255 character fully-qualified file name of the WSDL file on HFS.

CEMT INQUIRE WORKREQUEST

There is a new value for the WORKTYPE option on the INQUIRE WORKREQUEST command:
PIPE
Specifies that the work is being executed for a Web service request.

CEMT INQUIRE PIPELINE

Use the INQUIRE PIPELINE command to display information about an installed PIPELINE.
Read syntax diagramSkip visual syntax diagram
CEMT INQUIRE PIPELINE

>>-CEMT INQUIRE PIPELINE(value)--+----------+------------------->
                                 +-ENABLED--+   
                                 '-DISABLED-'   

>--+----------------+--+------------------+--+--------------+--><
   '-HFSFILE(value)-'  '-PICKUPDIR(value)-'  '-SHELF(value)-'   

PIPELINE(value)
Specifies the 8-character name of the PIPELINE about which you are inquiring.
HFSFILE(value)
Returns the name of the HFS file that contains information about the processing nodes that will act on a service request, and on the response.
ENABLED
Inbound service requests for this PIPELINE are processed normally.
DISABLED
Inbound service requests for this PIPELINE are rejected.
PICKUPDIR(value)
Returns the 1–255 character fully-qualified name of the pickup directory on HFS.
SHELF(value)
Returns the 1–255 character fully-qualified name of a shelf directory on HFS.

CEMT PERFORM STATISTICS

This command supports the following new options:
PIPELINE
Statistics related to a PIPELINE are written immediately to the SMF data set. The statistics include information about HFS files.
WEBSERVICE
Statistics related to a WEBSERVICE are written immediately to the SMF data set.

CEMT PERFORM PIPELINE

Use the CEMT PERFORM PIPELINE command to initiate a scan of the directory named in the WSDIR attribute of a PIPELINE.

CEMT SET WEBSERVICE

Use the SET WEBSERVICE command to change the status of an installed WEBSERVICE.
Read syntax diagramSkip visual syntax diagram
                        .-ALL-----.                     
>>-CEMT SET WEBSERVICE--+---------+--+--------------+----------><
                        '-(value)-'  +-VALIDATION---+   
                                     '-NOVALIDATION-'   

WEBSERVICE(ALL|value)
ALL
Any changes you request are made to all resources of the specified type that you are authorized to access.
value
is the name (1-8 characters) of an installed WEBSERVICE definition.
Validation
Full validation is enabled
Novalidation
Full validation is not enabled

CEMT SET WORKREQUEST command

There is a new value for the WORKTYPE option on the SET WORKREQUEST command:
PIPE
Specifies that the work is being executed for a Web service request.

CEMT SET PIPELINE

Use the SET PIPELINE command to change the status of an installed PIPELINE.
Read syntax diagramSkip visual syntax diagram
CEMT SET PIPELINE

                      .-ALL-----.                 
>>-CEMT SET PIPELINE--+---------+--+----------+----------------><
                      '-(value)-'  +-ENABLED--+   
                                   '-DISABLED-'   

PIPELINE(value)
Specifies the 8-character name of the PIPELINE.
ENABLED
Specifies that inbound service requests for this PIPELINE are to be processed normally.
DISABLED
Specifies that inbound service requests for this PIPELINE are to be rejected.