CEMT SET WEBSERVICE

Set the validation status of a WEBSERVICE resource.

In the CICS Explorer, the Web services operations view provides a functional equivalent to this command.

Description

If the optional attributes are omitted, the command has no effect.

This command can also be used to modify the VALIDATIONST attribute for a WEBSERVICE resource that was defined and installed in a CICS® bundle.

Syntax

Press the Clear key to clear the screen. You can start this transaction in two ways:
  • Type CEMT SET WEBSERVICE (or suitable abbreviations for the keywords) followed by one or more WEBSERVICE identifiers, or ALL. The resulting display lists the current status, similar to that obtained by using the CEMT INQUIRE WEBSERVICE command. You can tab to the highlighted or blank fields and overtype them with the required values.
  • Type CEMT SET WEBSERVICE (or suitable abbreviations for the keywords), followed by one or more WEBSERVICE identifiers or ALL, followed in turn by one or more attribute settings that you want to change. For example, CEMT SET WEBSERVICE AL V resets the validation status for all WEBSERVICE resources.

Typing ? at the beginning of either the first or second line gives a syntax prompt. Resetting the values takes effect immediately.

SET WEBSERVICE

Read syntax diagramSkip visual syntax diagramCEMT SET WEBSERVICEALL( value)VALIDATIONNOVALIDATION

Conditions: NOTAUTH, NOTFND

Options

ALL
Any changes you request are made to all resources of the specified type that you are authorized to access.
(value)
Specifies the name of the WEBSERVICE resource. If the resource is dynamically installed using a pipeline scan, the name can be up to 32 characters in length. Otherwise, the name can be 1 - 8 characters in length.
VALIDATIONST
Specifies whether full validation of SOAP messages is required for this web service:
VALIDATION
Full validation is required.
NOVALIDATION
Full validation is not required.
The WEBSERVICE must be INSERVICE before you can turn validation on and off.