If you are installing SharePoint Integration in a Windows Service environment, you must run the Windows Service Client Utility Tool to configure the binding with the AgilePoint Server.
When you create the bindings for the web application, the settings are automatically configured in the web.config file for both HTTP and TCP protocols. By default, the HTTP bindings are used. However, you can switch to TCP by modifying the following properties in the web.config:
<add key="WorkFlowBindingUsed" value="WSHttpBinding_IWCFWorkflowService" />
<add key="EventServicesBindingUsed" value="WSHttpBinding_IWCFEventServices" />
<add key="AdminBindingUsed" value="WSHttpBinding_IWCFAdminService" />
Guidance for modifying these values can be found at the following articles on MSDN: