Enable RPC or WCF Security
- Last UpdatedNov 28, 2025
- 1 minute read
The user must modify the GlobalWCFClient.config to enable WCF functionality in the base product.
An advanced user can edit the content of the GlobalWCFClient.config file directly.
-
Locate the following GLOBAL_PROTOCOL key:

The user can toggle the value between WCF or RPC.
-
Set the value to WCF to use WCF as the authentication provider:
<add key="GLOBAL_PROTOCOL" value="WCF" />
Important: If the GLOBAL_PROTOCOL key is not present in the configuration file then the default of RPC will be used.
Note: The user must close and re-open the base product if the communication method is changed.