Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

WCF has exceeded the allotted time out

1,031 views
Skip to first unread message

wajeeh

unread,
May 11, 2009, 2:43:04 PM5/11/09
to
I create WCF service and host in window service net.tcp working fine but when
I try to use http:// its give me this error.

Error The HTTP request to 'http://dccdwb01:8001/LARReportService/service'
has exceeded the allotted timeout of 00:00:00. The time allotted to this
operation may have been a portion of a longer timeout.

http binding:
<wsDualHttpBinding>
<binding name="HttpBinding"
clientBaseAddress="http://client:10101/ReportClient" closeTimeout="00:01:00"
openTimeout="00:01:00"
receiveTimeout="00:10:00" sendTimeout="00:10:00"
bypassProxyOnLocal="false"
transactionFlow="false" hostNameComparisonMode="StrongWildcard"
maxBufferPoolSize="524288" maxReceivedMessageSize="65536000"
messageEncoding="Text" textEncoding="utf-8"
useDefaultWebProxy="true">
<readerQuotas maxDepth="32" maxStringContentLength="8192"
maxArrayLength="16384000"
maxBytesPerRead="4096" maxNameTableCharCount="16384000" />
<reliableSession ordered="true" inactivityTimeout="00:10:00" />
<security mode="Message">
<message clientCredentialType="Windows"
negotiateServiceCredential="true"
algorithmSuite="Default" />
</security>
</binding>
</wsDualHttpBinding>

Client Endpoint:
<endpoint address="http://ServerName:8001/ReportService/service"
binding="wsDualHttpBinding" bindingConfiguration="HttpBinding"
contract="ILARReportService" name="HttpBinding">
<identity>
<userPrincipalName value="User...@istarfinancial.com" />
</identity>
</endpoint>

please let me know where I am doing wrong

Arnold@arnold.com Mr. Arnold

unread,
May 11, 2009, 3:10:05 PM5/11/09
to

"wajeeh" <waj...@discussions.microsoft.com> wrote in message
news:4C60A312-1358-4BAD...@microsoft.com...

>I create WCF service and host in window service net.tcp working fine but
>when
> I try to use http:// its give me this error.
>
> Error The HTTP request to 'http://dccdwb01:8001/LARReportService/service'
> has exceeded the allotted timeout of 00:00:00. The time allotted to this
> operation may have been a portion of a longer timeout.
>
>
> please let me know where I am doing wrong
>

If you go to this thread "I am at a lost as to how to get this to work in a
WCF Web service." in this forum, you'll find out what you're missing.


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4065 (20090511) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

wajeeh

unread,
May 11, 2009, 3:19:09 PM5/11/09
to
Arnold what do you mean by you lost?

Arnold@arnold.com Mr. Arnold

unread,
May 11, 2009, 4:27:05 PM5/11/09
to

"wajeeh" <waj...@discussions.microsoft.com> wrote in message
news:4B00EDE5-2BCB-4913...@microsoft.com...

> Arnold what do you mean by you lost?

The saying is un-unimportant. If you want to fix your problem, then you will
find the thread in this forum that has a subject line of 'I am at a
lost.....', then you'll find your solution hopefully.

0 new messages