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:

  1. Optional <service> element
  2. Optional <transport> element
  3. Optional <cics_mtom_handler> element
  4. 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>