HTTP Transport Properties Dialog Box, General Tab
In the HTTP Transport Properties dialog box, use the Generaltab to configure the send port for the HTTP adapter.
| Use this | To do this |
|---|---|
|
Destination URL |
Required. Specify the address to send HTTP requests. Include query strings appended to the base URL. Type: String Maximum length: 256 |
|
Enable chunked encoding |
It is an optimization done for http protocol. If it is selected, the http adapter will use chunked transfer encoding. Valid values are: True (checked) The http adapter will use chunked transfer encoding. False (not checked) The http adapter will not use chunked transfer encoding. Default Value: True |
|
Request timeout (sec) |
Specify the time-out in seconds for the HTTP/HTTPS transmission. If the response is not received within this time, the service logs the error and resubmits the message based on the retry infrastructure. If set to zero (0), then the time-out is calculated based on the request message size. If the value is not provided, then the value for the handler is used. Type: Long Minimum value: 0 Maximum value: MAX_LONG |
|
Maximum redirects |
This property is not implemented by the HTTP send port. |
|
Content type |
Specify the content type of the request messages. If this value is not set, then the value for the handler is used. Type: String Minimum length: 0 Maximum length: 256 |
See Also
© 2010 Microsoft Corporation. All rights reserved.