The <requester_pipeline> element

The root element of the XML document that describes the configuration of a pipeline in a service requester.

Used in:

Contains:

  1. Optional <service> element
  2. Optional <transport> element
  3. Optional <service_parameter_list> element, containing XML elements that are made available to the message handlers in container DFH-SERVICEPLIST.

Example

<requester_pipeline>
  <service>
    <service_handler_list>
      <cics_soap_1.1_handler/>
    </service_handler_list>
  </service> 
</requester_pipeline>