In Microsoft BizTalk Server 2000 and in Microsoft BizTalk
Server 2002, when you try to send a document by using the HTTP transport, you
receive a Error event in the Application log that is similar to the following:
An error occurred in BizTalk Server.
Details:
------------------------------
An error occurred during transmission:
Request information:
Proxy:
Proxy port:80
URL:http://ServerName/BizTalkWebSite/Receivestandard.asp
Content-Type:text/plain; charset="utf-8"
User name:
Client
certificate:
Request body:479 Bytes
Timeout duration (seconds): 91
Error code:80004005
====== ERROR =====
The HTTP server returned
an unexpected response: 400 Bad Request
The following response was
received:
<html><head><title>Error</title></head><body>The
parameter is incorrect. </body></html>
The server encountered
a transport error while processing the messaging port
"HTTPSendPort", which uses a transport component
with a ProgID of "BizTalk.SendHTTPX.1".
A transmission attempt
failed.
Note In this error message,
ServerName is
the name of the server,
BizTalkWebSite is the name
of the BizTalk Server Web site, and
HTTPSendPort is
the send port.