I call a WCF service from withing a Windows Workflow framework service.
Windows Workflow framework is designed expecially for long rnning tasks. So I call the service that may take 5minutes or up to 2 hours to complete the job. But I get a timeout on the client. Can I eliminate the timeout constraint?
In the binding section of the config on the service and client side you can set the recieveTimeout, sendTimeout, openTimout, and closeTimeout