I have a WCF Client(Windows Service) which makes a call to a WCF Service which is causing the client to block indefinitely and finally timeout though the task is completed at the service side. This uses a Binary Delegation binding and the method requires impersonation. I am attaching the Client and Service log for reference.
Two questions:
- What are the causes of getting the call blocked at the service
- Any suggestions to trace the message traffic between the client and service