Hello Experts,
In my case timeout issue happened with RetrieveMultipleRequest class, so I replaced with FetchXMLToQueryExpressionRequest class. Now it is working as expected.
var conversionRequest = new FetchXmlToQueryExpressionRequest { FetchXml = fetchXml }; var conversionResponse = (FetchXmlToQueryExpressionResponse)_serviceProxy.Execute(conversionRequest);
Any other suggestions will be greatly appreciated !!
Thanks,
Shekar
*This post is locked for comments