Start of change

Container DFHWS-OPERATION

DFHWS-OPERATION is a container of DATATYPE(CHAR) that is normally used in a service provider application deployed with the CICS Web services assistant. It holds the name of the operation that is specified in a SOAP request.

In a service provider, the container supplies the name of the operation for which the application is being invoked. Start of changeIt is populated when a CICS-supplied SOAP message handler passes control to the target application program, and is visible only when the target program is invoked with a channel interface.End of change

In a service requester pipeline, the container holds the name specified in the OPERATION option of the EXEC CICS INVOKE WEBSERVICE command. The container is not available to the application that issues the command.

End of change