There are a few things to keep in mind when upgrading to a newer version of Lime CRM Web Service.
Please refer to this page for information about changes in the authorization model between version 10.11 and later versions of Lime CRM Web Service.
Newer versions of Lime CRM Web Service do not support running on a different machine than Lime CRM Server out of the box. To enable communication between Lime CRM Web Service and Lime CRM Server, follow these steps:
cscript
, i.e. cscript EnableNetworkComPlusAccess.wsf
.Endpoints
under HKEY_CLASSES_ROOT\AppID\{64674889-1D2A-4E2C-AA76-AD80E0FACB18}
. Set it to ncacn_ip_tcp, 0, 5463
. More information available from Microsoft.netsh
tool for each port that Lime CRM Web Service needs to listen on. See Microsoft's web site for more information.C:\Program Files (x86)\Lundalogik\Lime CRM Server\ldc.dll
on the LIME server machine to C:\Program Files (x86)\Lundalogik\Lime Web Service\
on the standalone Webservice machine.regsvr32 “C:\Program Files (x86)\Lundalogik\Lime Web Service\ldc.dll”