|
Home > Archive > BizTalk Server Applications Integration > December 2005 > HTTP Send Adapter - chunked transfer encoding
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HTTP Send Adapter - chunked transfer encoding
|
|
| Alexander 2004-06-20, 11:09 pm |
|
Does anyone know if it's possible to disable chunked transfer encoding when BizTalk is sending messages over HTTP? I'm trying to send to a customer that doesn't have support for chunked transfer encoding.
Regards,
Alexander
| |
| Christof 2004-06-20, 11:09 pm |
| Extracted from the april docs:
The HTTP send adapter sends request messages using chunked encoding if the
request size exceeds 48 KB. If the HTTP proxy server is used, the HTTP send
adapter does not use chunked encoding and always stages the data before
sending. Note that the selection of chunked encoding is not a configurable
parameter.
When the send adapter receives a response message, it can accept response
messages with a chunked encoded body part.
Best regards,
Christof
"Alexander" <mstahl@cc.hut.fi.(donotspam)> wrote in message
news:FDD6EE0D-93CD-4DFA-95C8-D13ABA1E6392@microsoft.com...
>
> Does anyone know if it's possible to disable chunked transfer encoding
when BizTalk is sending messages over HTTP? I'm trying to send to a customer
that doesn't have support for chunked transfer encoding.
>
> Regards,
> Alexander
| |
| Alexander 2004-06-20, 11:09 pm |
|
I found a hotfix that might help:
http://support.microsoft.com/defaul...kb;en-us;839663
I have not tested it yet...
Alexander
"Alexander" wrote:
>
> Does anyone know if it's possible to disable chunked transfer encoding when BizTalk is sending messages over HTTP? I'm trying to send to a customer that doesn't have support for chunked transfer encoding.
>
> Regards,
> Alexander
| |
| Mark Brimble 2005-12-28, 5:57 pm |
| Alexander in a subsequent post tells us about a hot fix to disable chunked
encoding.
What is the best solution if you are sending to an exteranl application that
does not support 'HTTP chunked encoding'; 1) use a HTTP proxy server or 2)
apply the hot fix and disable chunked encoding?
What are the pros and cons of each solution?
"Christof" wrote:
> Extracted from the april docs:
>
> The HTTP send adapter sends request messages using chunked encoding if the
> request size exceeds 48 KB. If the HTTP proxy server is used, the HTTP send
> adapter does not use chunked encoding and always stages the data before
> sending. Note that the selection of chunked encoding is not a configurable
> parameter.
>
> When the send adapter receives a response message, it can accept response
> messages with a chunked encoded body part.
>
>
>
> Best regards,
>
> Christof
>
> "Alexander" <mstahl@cc.hut.fi.(donotspam)> wrote in message
> news:FDD6EE0D-93CD-4DFA-95C8-D13ABA1E6392@microsoft.com...
> when BizTalk is sending messages over HTTP? I'm trying to send to a customer
> that doesn't have support for chunked transfer encoding.
>
>
>
|
|
|
|
|