The structure of the request message containers are
described in this section. Use these containers to send the request message
header and the application data, along with optional parameter values to override
defaults in the runtime environment.
Channel and container support is only available when you apply APAR
PK32131.
Container DFHMAC-ALLPARMS
DFHMAC-ALLPARMS is used by the service requester to pass the contents
of the DFHMAH header to the stub program.
Container DFHMAC-ERROR
DFHMAC-ERROR is used by CICS Service Flow Runtime to
return any errors that occur during the processing of the request message
to the service requester.
Container DFHMAC-LNK3270V1
DFHMAC-LNK3270V1 is used by the service requester
to pass parameter values that are specific to the Link3270 bridge. These parameter
values override any defaults in the runtime environment.
Container DFHMAC-PASSTHRU
DFHMAC-PASSTHRU is used by the service requester to
access the passthrough processing in the runtime environment.
Container DFHMAC-REQUESTV1
DFHMAC-REQUESTV1 is used by the service requester to pass the request
name of the adapter service to the DPL stub program DFHMADPL.
Container DFHMAC-SYSPARMV1
DFHMAC-SYSPARMV1 is used by the service requester to pass parameter
values that override the defaults of the DFHMAH header and the contents of
the DFHMAC-REQUESTV1 and DFHWS-DATA containers.
Container DFHMAC-USERDATA
DFHMAC-USERDATA is used by the service requester to
pass application data to the stub program DFHMADPL.
Container DFHWS-DATA
DFHWS-DATA is used to pass the request name and application data
to the stub program DFHMADPL when a Web service request is received and processed
in a provider mode pipeline.