SET WEBSERVICE

Use the SET WEBSERVICE command to change the status of an installed web service.

SET WEBSERVICE

Read syntax diagramSkip visual syntax diagram SET WEBSERVICE( name) VALIDATIONST( cvda)VALIDATIONNOVALIDATION

Conditions: INVREQ, NOTAUTH, NOTFND

This command is threadsafe.

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

Options

WEBSERVICE(name)
Specifies the name of the WEBSERVICE resource.
VALIDATIONST(cvda)
Specifies whether full validation is enabled for the web service or not. CVDA values are:
VALIDATION
Full validation is enabled.
NOVALIDATION
Full validation is not enabled.

Conditions

INVREQ
RESP2 values are:
6
Disable is in progress for this web service.
9
VALIDATIONST cannot be changed because the web service is not INSERVICE.
NOTAUTH
RESP2 values are:
100
The user associated with the issuing task is not authorized to use this command.
NOTFND
RESP2 values are:
3
The WEBSERVICE resource cannot be found.