http-接收对 xx.svc 的 HTTP 响应时发生错误。这可能是由于服务终结点绑定未使用

问题描述

接收对 xx.svc 的 HTTP 响应时发生错误。这可能是由于服务终结点绑定未使用
WPF应用程序调用WCF是出现这个了,这怎么解决?

System.ServiceModel.CommunicationException: 接收对 https://xx.com/xx.svc的 HTTP 响应时发生错误。这可能是由于服务终结点绑定未使用 HTTP 协议造成的。这还可能是由于服务器中止了 HTTP 请求上下文(可能由于服务关闭)所致。有关详细信息,请参见服务器日志。 ---> System.Net.WebException: 基础连接已经关闭: 接收时发生错误。 ---> System.IO.IOException: 无法从传输连接中读取数据: 远程主机强迫关闭了一个现有的连接。。 ---> System.Net.Sockets.SocketException: 远程主机强迫关闭了一个现有的连接。   在 System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult)   在 System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult)   --- 内部异常堆栈跟踪的结尾 ---   在 System.Net.Security._SslStream.EndRead(IAsyncResult asyncResult)   在 System.Net.TlsStream.EndRead(IAsyncResult asyncResult)   在 System.Net.PooledStream.EndRead(IAsyncResult asyncResult)   在 System.Net.Connection.ReadCallback(IAsyncResult asyncResult)   --- 内部异常堆栈跟踪的结尾 ---   在 System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)   在 System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelAsyncRequest.CompleteGetResponse(IAsyncResult result)   --- 内部异常堆栈跟踪的结尾 ---Server stack trace:    在 System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)   在 System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)   在 System.ServiceModel.Channels.ServiceChannel.EndCall(String action Object[] outs IAsyncResult result)   在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeEndService(IMethodCallMessage methodCall ProxyOperationRuntime operation)   在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)Exception rethrown at [0]:    在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg IMessage retMsg)   在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData Int32 type)   在 Sinopec.UC.Client.Groups.ChatGroupSev.IChatGroupPersistence.EndGetGroupListByMember(IAsyncResult result)   在 Sinopec.UC.Client.Groups.ChatGroupSev.ChatGroupPersistenceClient.OnEndGetGroupListByMember(IAsyncResult result)   在 System.ServiceModel.ClientBase`1.OnAsyncCallCompleted(IAsyncResult result)
时间: 2024-10-26 19:07:34

http-接收对 xx.svc 的 HTTP 响应时发生错误。这可能是由于服务终结点绑定未使用的相关文章

System.ServiceModel.CommunicationException: 接收HTTP 响应时发生错误

具体错误信息如下: System.ServiceModel.CommunicationException: 接收对 http://110.110.110.110/TestService/TestService.svc 的 HTTP 响应时发生错误.这可能是由于服务终结点绑定未使用 HTTP 协议造成的.这还可能是由于服务器中止了 HTTP 请求上下文(可能由于服务关闭)所致.有关详细信息,请参见服务器日志. ---> System.Net.WebException: 基础连接已经关闭: 接收时发

.net调用环信rest接口时报“基础连接已经关闭:接收时发生错误。”错误。

问题描述 解决方案 调用前在ReqUrl的try里要加上这句代码:ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;

PHP-微信公众平台开发-接收用户输入消息类型并响应

原文:PHP-微信公众平台开发-接收用户输入消息类型并响应 <?php // 该代码块用于接收用户消息,根据用户输入的消息类型进行判断,文本,图片,视频,位置,链接,语音等,并取得值,处理后给予响应. // 接收用户消息 // 微信公众账号接收到用户的消息类型判断 // define("TOKEN", "weixin"); $wechatObj = new wechatCallbackapiTest(); if (!isset($_GET['echostr']

eb ervice-C# WebService在接收到带参数的接口调用时自动将加密的参数解密

问题描述 C# WebService在接收到带参数的接口调用时自动将加密的参数解密 我的WebService的所有接口调用的参数都是加密过的,而且有接口函数.我在想有没有什么办法,在WebService接收到接口调用请求时,自动将参数解密,而不需要我每个函数内写解密?????? 我暂时没有C币了,有一定奉上 解决方案 我在Spring里面是使用filter过滤器机制来做的!所有的请求都先通过filter,在filter里面做统一的处理,然后再分发到各个具体的controller去.我觉得这种思路

界面-Fragment怎么让按钮响应时停留在当前布局页面?

问题描述 Fragment怎么让按钮响应时停留在当前布局页面? 按钮点击之后,就会跳到另外一个布局中,我想让其仍保留在该Fragment中,好观察其他的部件.代码如下: Button btn = (Button)view.findViewById(R.id.id_btn); btn.setOnClickListener(new OnClickListener(){ @override public void onClick(View v){ startActivity(new Intent(ge

在从服务器接收结果时发生传输级错误

问题描述 在从服务器接收结果时发生传输级错误.(provider:TCP提供程序,error:0-指定的网络名不再可用.) 解决方案 解决方案二:检查web.config连接字符串重启server关闭防火墙.解决方案三:传输量超大解决方案四:断线了?解决方案五:数据量是不是太多了,或者超时了

响应消息的内容类型 text/xml; charset=ISO-8859-1 与绑定(text/xml; charset=utf-8)的内容类型不匹配。如果使用

问题描述 用c#测试个合作伙伴公司的webservice(php编写的),测试代码:protectedvoidPage_Load(objectsender,EventArgse){bzezt.getmesxmlPortTypeClientptc=newbzezt.getmesxmlPortTypeClient();stringrtn=ptc.getmesxml("test",MD5Encoding("888888"));}publicstaticstringMD5E

已成功与服务器建立连接,但是在登录过程中发生错误。 (provider: SSL Provider, error: 0 - 接收到的消息异常,或格式不正确。)

之前做好的asp.net部署后,发现 访问数据库时: 异常:已捕获: "已成功与服务器建立连接,但是在登录过程中发生错误. (provider: SSL Provider, error: 0 - 接收到的消息异常,或格式不正确.)" (System.Data.SqlClient.SqlException)捕获到一个 System.Data.SqlClient.SqlException: "已成功与服务器建立连接,但是在登录过程中发生错误. (provider: SSL Pro

webservice iis-IIS接收并发请求时出现错误

问题描述 IIS接收并发请求时出现错误 我把一个webservcie发布到了IIS上,然后写了测试程序,用for语句并发了20个请求,出现下面的错误An unhandled win32 exception occurred in w3wp.exe, 出现这个错误后,无论怎么改for语句中的循环并发的次数,都会出现这个错误,更奇怪的是,如果先调试从只并发一次开始,然后调试时候逐渐增加并发进程的个数,就会没有问题.我对IIS管理不太了解,不知道是什么原因啊,有没有人能够解释一下呢?