The <default_http_transport_handler_list> pipeline configuration element
Specifies the message handlers that are invoked by default when the HTTP transport is in use.
Used in:
- Service provider
In a service provider, message handlers specified in this list are invoked only if the list of handlers defined in a
<named_transport_entry>element is less specific. - Service requester
Contained by:
<transport>element
Attributes
- follow_redirects
-
- no
- Automatic redirects of HTTP responses are not allowed.
- yes
- Automatic redirects of HTTP responses are allowed to the information contained in DFHWS-LOCATION.
Contains:
- One or more
<handler>elements
Example
<default_http_transport_handler_list>
<handler>
...
</handler>
<handler>
...
</handler>
</default_http_transport_handler_list>