The <requester_pipeline> configuration element
The root element of the XML document that describes the configuration of a pipeline in a service requester.
Used in:
- Service requester
Contains:
- Optional
<service>element - Optional
<transport>element - Optional
<cics_mtom_handler>element - Optional
<service_parameter_list>element, containing XML elements that are made available to the message handlers in container DFH-SERVICEPLIST
If any of the configuration elements are used, they must be used in the sequential order that they are listed.
Example
<requester_pipeline>
<service>
<service_handler_list>
<cics_soap_1.1_handler/>
</service_handler_list>
</service>
</requester_pipeline>