发出BizTalk消耗WCF服务:System.Net.WebException [英] Issue BizTalk consuming WCF services : System.Net.WebException

查看:60
本文介绍了发出BizTalk消耗WCF服务:System.Net.WebException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



BizTalk在使用服务时不断失败。我收到的每一分钟都有错误。我们有F5负载均衡器我们尽我们所能,尝试与网络人员交谈  b
但这个问题似乎没有得到解决。调用这些服务时BizTalk需要做什么。 

除了这一项服务之外,BzTalk还有许多类似的服务。我们该如何解决这个问题?任何宝贵的建议?


BizTalk is continuously getting failed when consuming the service. Every minute I am receiving below error. We have F5 load balancer we tried everything we can, tried talking to Network guys 
but this issue doesnt seem to get resolved. What do BizTalk need to do when calling these kinda services. 
Apart from this one service, there are many similar services that BzTalk is consuming. How can we fix this ? Any valuable suggestions ?

The adapter failed to transmit message going to send port "prtABCServiceSend" with URL "http://biztalkservices.com/services/ReferenceService.svc". It will be retransmitted after the retry interval specified for this Send Port. 
Details:"System.ServiceModel.CommunicationException: An error (The request was aborted: The request was canceled.) occurred while transmitting data over the HTTP channel. ---> System.Net.WebException: The request was aborted: The request was canceled.
   at System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult, TransportContext& context)
   at System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStreamAsyncResult.CompleteGetRequestStream(IAsyncResult result)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
   at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
   at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
   at System.ServiceModel.Channels.ServiceChannel.EndRequest(IAsyncResult result)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.Channels.IRequestChannel.EndRequest(IAsyncResult result)
   at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.RequestCallback(IAsyncResult result)".






Reason101



Reason101

推荐答案

我建议安装
Fiddler
并将其用作发送端口的代理。这将允许您查看HTTP响应代码并解决您的问题。

I suggest installing Fiddler and using it as the proxy on your send port. That will allows you to see the HTTP response code and troubleshoot your problem.

让我知道您使用Fiddler发现了什么。

Let me know what you find out using Fiddler.


这篇关于发出BizTalk消耗WCF服务:System.Net.WebException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆