Connection configuration in Plugin Configuration Manager
The configuration of the connection with the CDN Optima system server can be found in the Plugin Configuration Manager (PCM) configuration file in the Plus Optima Integrator tab. By default, after installing the plugin, a configuration file called config is created and it is not possible to create any other files. The configuration can be presented in text or graphic mode. When modifying the configuration file in text mode, remember that the data is stored in JSON format.
Name of the parameter | From version | Description | Parameter type | Notes and restrictions |
---|---|---|---|---|
company* | 1.0.0 | Company name of the Optima system | Text | |
wsdlURL* | 1.0.0 | WSDL address of the Optima system | Text | |
username* | 1.0.0 | User name of the Optima system | Text | |
password* | 1.0.0 | User password of the Optima system | Text |
Parameter*- required field
Sample configuration
{ "company": "Suncode", "wsdlURL": "http://12.154.1.105:8722/?wsdl", "username": "Suncode", "password": "Admin-123" }
Change log
1.0.0
- A configuration adding
Add Comment