从Windows WCF客户端向Oracle Service Registry发送请求时出现TCP错误代码10060

时间:2011-01-28 09:14:12

标签: wcf

大家好我从Windows WCF客户端向OSR(Oracle Service Registry)发送请求时出现以下错误。

“无法连接到http://xxxx:xx/registry/uddi/inquiry TCP错误代码10060:连接尝试失败,因为连接方在一段时间后没有正确响应,或者建立的连接失败,因为连接的主机无法响应HostIPAddress:Port 。“

内部异常是: “System.ServiceModel.EndpointNotFoundException”类型的例外情况发生在类'realProxy'的方法'handleReturnMessage'中。

环境详情: WCF客户端安装在通过宽带连接的多台远程计算机上。 OSR上安装了OSR(我对此没有任何控制权。)

WCF客户端详细信息: .NET Framewrok 3.5 Win Form应用程序。 客户端配置文件显示OSR端点和绑定详细信息。

     <basicHttpBinding>
 <binding name="basHTTPBinding" closeTimeout="00:01:00" openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false" bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard" maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536" messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered" useDefaultWebProxy="true">
          <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" />
          <security mode="None">
            <transport clientCredentialType="None" proxyCredentialType="None" realm="" />
            <message clientCredentialType="UserName" algorithmSuite="Default" />
          </security>
 </binding>
 </basicHttpBinding>


<client>
   <endpoint binding="basicHttpBinding" bindingConfiguration="basHTTPBinding" contract="XXXX" name="OSR" />
 </client>

请告诉我您对此错误发生原因的看法。请注意,这种情况会间歇性地发生。

感谢。

1 个答案:

答案 0 :(得分:0)

此错误最有可能是VPN上的网络问题。如果我们遇到这样的问题,我们需要监控产品网站上的网络可用性。