Start of change

SOAPFAULT DELETE

This command deletes an existing SOAPFAULT object. You can use it only in a program that is invoked from a CICS-supplied SOAP message handler.

Read syntax diagramSkip visual syntax diagram
SOAPFAULT DELETE

>>-SOAPFAULT DELETE--------------------------------------------><

This command is threadsafe.

Description

This command deletes a SOAPFAULT object that was created with an earlier SOAPFAULT CREATE command.
This command requires information that is held in containers on the channel of the CICS-supplied SOAP message handler. To use this command, you must have access to the channel. Only the following types of programs have this access:
  • Programs that are invoked as SOAP header handlers
  • Programs that are invoked directly from a CICS-supplied SOAP message handler
  • Programs deployed with the CICS Web services assistant that have a channel interface. Programs with a COMMAREA interface do not have access to the channel.

Conditions

INVREQ
RESP2 values are:
3
The function was called when a CICS supplied SOAP node was not in use
NOTFND
2
There is no SOAPFAULT to delete
End of change