FIX: The BizTalk Server 2004 HTTP Adapter does not support setting HTTP headers on response from the server (837441)



The information in this article applies to:

  • Microsoft BizTalk Server 2004 Enterprise Edition

SYMPTOMS

The Microsoft BizTalk Server 2004 HTTP Adapter does not currently support the setting of HTTP headers on the response from a HTTP receive request from an Orchestration.

RESOLUTION

Service pack information

To resolve this problem, obtain the latest service pack for Microsoft BizTalk Server 2004. For more information, click the following article number to view the article in the Microsoft Knowledge Base:

888751 How to obtain the latest BizTalk Server 2004 service pack

Hotfix information

The English version of this hotfix has the file attributes (or later) that are listed in the following table. The dates and times for these files are listed in coordinated universal time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time tool in Control Panel.
   Date         Time   Version     Size     File name
   ------------------------------------------------------------------------------------
   10-Mar-2004  22:24  3.0.5255.0  144,384  Btshttpreceive.dll
   10-Mar-2004  21:50  3.0.5255.0  720,896  Microsoft.biztalk.globalpropertyschemas.dll
   10-Mar-2004  22:24  3.0.5255.0   65,536  Microsoft.biztalk.httptransport.dll

Note Because of file dependencies, the most recent hotfix that contains these files may also contain additional files.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem was corrected in BizTalk Server 2004 Service Pack 1.

MORE INFORMATION

The new context property is the UserHttpHeaders property. When you specify a header value in the UserHttpHeaders property, it will be added to the outbound request HTTP response. The value must have the following format:

Header1: value\r\nHeader2: value\r\n

Note Put a colon (":") and a SPACE character (" ") between the header and the value.

Modification Type:MinorLast Reviewed:8/17/2006
Keywords:kbbiztalk2004-2006swept kbQFE KBHotfixServer kbBizTalk2004sp1fix kbfix kbbug KB837441 kbAudDeveloper