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.