Note that there are some explanatory texts on larger screens.

plurals
  1. POTCP Error Code 10060 when sending request to Oracle Service Registry from Windows WCF Client
    text
    copied!<p>Hi All I get below error when sending request to OSR (Oracle Service Registry) from a Windows WCF Client.</p> <p>"Could not connect to <a href="http://xxxx:xx/registry/uddi/inquiry" rel="nofollow">http://xxxx:xx/registry/uddi/inquiry</a> TCP error code 10060: A Connection attempt failed vecause the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond HostIPAddress:Port."</p> <p>the inner exception is: An exception of type 'System.ServiceModel.EndpointNotFoundException' occured in method 'handleReturnMessage' of class 'realProxy'.</p> <p>Env Details: WCF Client installed on mutiple remote computers connected via broadband. OSR installed on Linux box ( I don't have any control on this).</p> <p>WCF Client details: .NET Framewrok 3.5 Win Form app. Client config file showing OSR endpoint and binding details.</p> <pre><code> &lt;basicHttpBinding&gt; &lt;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"&gt; &lt;readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384" maxBytesPerRead="4096" maxNameTableCharCount="16384" /&gt; &lt;security mode="None"&gt; &lt;transport clientCredentialType="None" proxyCredentialType="None" realm="" /&gt; &lt;message clientCredentialType="UserName" algorithmSuite="Default" /&gt; &lt;/security&gt; &lt;/binding&gt; &lt;/basicHttpBinding&gt; &lt;client&gt; &lt;endpoint binding="basicHttpBinding" bindingConfiguration="basHTTPBinding" contract="XXXX" name="OSR" /&gt; &lt;/client&gt; </code></pre> <p>Please let me know any of your thoughts on why this error occurs. Please note that this occurs intermitently.</p> <p>Thanks.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload