Biztalk 2009消耗WCF服务时出现超时错误

问题描述:

适配器无法传输发送端口"XYZ"的消息。使用URL"http:service1.svc"。它将在为此发送端口指定的重试间隔后重新传输。详细信息:"System.ServiceModel.CommunicationException:
接收到对"http:service1.svc"的HTTP响应时发生错误。这可能是由于服务端点绑定不使用HTTP协议。这也可能是由于服务器中止了HTTP请求上下文(可能是由于服务关闭的
)。

The adapter failed to transmit message going to send port "XYZ" with URL "http: service1.svc". It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.CommunicationException: An error occurred while receiving the HTTP response to "http: service1.svc" . This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down).

从错误消息中,您可以按照错误消息中的建议,检查服务端点绑定是否使用HTTP协议。 

From your error message, you could follow the suggestion in the error message, check the service endpoint binding is using the HTTP protocol or not. 

你可以参考这个帖子,
http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/686499d2-5e31-47ee-941b-760264472875/

You could reference on this thread, http://social.msdn.microsoft.com/Forums/en-US/wcf/thread/686499d2-5e31-47ee-941b-760264472875/

如果以下方法无效,请发布有关您的问题的更多信息,

If below method doesn't help, please post more information about your issue,

最好的问候,