Skip to end of metadata
Go to start of metadata

 

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 parameterFrom versionDescriptionParameter typeNotes and restrictions
company*1.0.0

Company name of the Optima system

Text 
wsdlURL*1.0.0WSDL address of the Optima systemText 
username*1.0.0User name of the Optima systemText 
password*1.0.0User password of the Optima systemText 

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

  • No labels
Write a comment…