Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We have developed a Biztalk Server 2010 orchestration which has been published as a WCF Service using a WCF Custom Isolated adapter.

When we execute the orchestration service using a .NET client application or SOAP UI, in some cases, we received the following error message : A request-response for the "CustomRLConfig" adapter at receive location "/ValidarCertificado/ValidarCertificado.svc" has timed out before a response could be delivered.

If we search the orchestration instances in the BizTalk Server console, we can see that they are in the status "Queued (awaiting processing)". If we restart the host instances and the IIS service, the WCF Service and the orchestration works fine.

In the same server exist other BizTalk application which uses the same IIS Port (443) with this application. The receive locations of the two applications are being executed with distinct hosts instances and CustomIsolatedHosts.

Can someone help me to solve this problem?

Thanks.

Best regards.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.