Hi All,
I have a WCF service which is consumed by a client application.
This WCF service fetches the data from CRM application using the CRM services.
The service works fine when the response size is less but for huge data the service fails and gives below error.
I tried,
- Increase timeout of the crm proxy service while creating the orgservice proxy object
- Increase timeout and response size in the client app.config file.
This didn’t worked.. would appreciate a quick help.
Prashanth M..J