I am using a BizTalk orchestration which I use to call an external WCF web service. It is working fine for a stipulated period of time, but the call to external web services is waiting for sometime before making a call which causes a delay.
Below is the image of Orchestration Debugger.
As you can see that in shape "Last Seen Update Request" waiting for around 5 mins before making a call to the external WCF service.
What could be the possible cause for this delay?
Note : I am using Biztalk Server 2013 R2.
