Start of change

The <service_parameter_list> element

An optional element containing XML elements that are made available to all the message handlers in the pipeline in container DFH-SERVICEPLIST.

Used in:

Contains:

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>
End of change