Hi Guys,
I have an issue with using MS CRM Web service in my code. It takes >15 to get service.Execute(RetrieveMultipleRequest request) methods in my code. I've tried to optimize using Crm Web Service tooth-and-nail and used properties below to get connection for it pooled:
service.PreAuthenticate =
true;
service.UnsafeAuthenticatedConnectionSharing =
true;
Anyway time to time(with 1 minute interval) I'm getting response with big timeouts. I'm wondering if pool lifetime is 1 minute and it configured somehow? Or you can see other issue here and have solution for this?
I use MS CRM 4.0 and service on following pseudo URL:
http://crm-host/mscrmservices/2006/crmservice.asmx, where crm-host is hosting place for my MS CRM. I use 2006 folder with service which was left for compatibility(not 2007 added in CRM 4.0)
Could you please support me with this issue?
Thank you.