Catalina API for Dynamics SL Timeouts
If you are getting a timeout from the server (not the client) when calling Catalina’s APIs, what we generally recommend for our services is leaving the webservice debug flag set.
In the ctDynamicsSL/web.config file:
<compilation debug="true" batch="false" targetFramework="4.5"/>
If the debug=”true” is in that file, then all server timeouts are already disabled and the issue is on your client.