The <service_parameter_list> pipeline configuration element
Specifies the XML elements that are made available to all the message handlers in the pipeline in container DFH-SERVICEPLIST. This is an optional element.
Used in:
- Service requester
- Service provider
Contains:
- If you are using WS-AT: a
<registration_service_endpoint>element - In a service requester if you are using WS-AT: an optional
<new_tx_context_required/>element - Optional user defined tags
Example
<requester_pipeline>
<service_parameter_list>
<registration_service_endpoint>
http://provider.example.com:7160/cicswsat/RegistrationService
</registration_service_endpoint>
<new_tx_context_required/>
<user_defined_tag1>
...
</user_defined_tag1>
</service_parameter_list>
</requester_pipeline>