对于大多数客户端,此服务可以正常运行,但是在此WCF服务上发出请求时,某些客户端经常会收到此错误 .

(注意:WCF服务发送响应但客户端没有获取任何数据)

System.ServiceModel.CommunicationException:接收到https:// xxxxx:1400 / Exxxxxe.svc的HTTP响应时发生错误 . 这可能是由于服务 endpoints 绑定不使用HTTP协议 . 这也可能是由于服务器中止HTTP请求上下文(可能是由于服务关闭) . 请参阅服务器日志以获取更多详---> System.Net.WebException:底层连接已关闭:接收上发生意外错误 . ---> System.IO.IOException:无法从传输连接读取数据:远程主机强制关闭现有连接 . ---> System.Net.Sockets.SocketException:远程主机在System的System.Net.Sockets.Socket.Receive(Byte []缓冲区,Int32偏移量,Int32大小,SocketFlags socketFlags)强制关闭现有连接 . Net.Sockets.NetworkStream.Read(Byte []缓冲区,Int32偏移量,Int32大小)---内部异常堆栈跟踪结束---在System.Net.Sockets.NetworkStream.Read(Byte []缓冲区,Int32偏移量,在系统上的System.Net.FixedSizeReader.ReadPacket(Byte []缓冲区,Int32偏移量,Int32计数)处的System32.Net.Security._SslStream.StartFrameHeader(Byte []缓冲区,Int32偏移量,Int32计数,AsyncProtocolRequest asyncRequest)处的Int32大小)系统中的System.Net.Security._SslStream.ProcessRead(Byte []缓冲区,Int32偏移量,Int32计数,AsyncProtocolRequest asyncRequest)的.Net.Security._SslStream.StartReading(Byte []缓冲区,Int32偏移量,Int32计数,AsyncProtocolRequest asyncRequest) System.Net.PooledStream.Read(Byte []缓冲区,Int32偏移量的.Net.TlsStream.Read(Byte []缓冲区,Int32偏移量,Int32大小) System.Net.Connection.SyncRead上的,Int32大小)(HttpWebRequest请求,布尔userRetrievedStream,布尔探测器读取)---内部异常堆栈跟踪的结束---在System.ServiceModel.Channels的System.Net.HttpWebRequest.GetResponse()处.HttpChannelFactory1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)---内部异常堆栈跟踪结束---服务器堆栈跟踪:在System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException,HttpWebRequest request,HttpAbortReason abortReason) System.ServiceModel.Channels.HttpChannelFactory1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)at System.ServiceModel.Channels.RequestChannel.Request(Message message,TimeSpan timeout)at System.ServiceModel.Dispatcher.RequestChannelBinder.Request(Message message) ,TimeSpan超时)在System.ServiceModel.Channels.ServiceChannel.Call(String action,Boolean oneway,ProxyOperationRuntime operation,Object [] ins,Objec System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)中System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall,ProxyOperationRuntime操作)的t []出局,TimeSpan超时)

任何的想法?