connection - Connect to PFX Server
This XML element contains configuration of the connection to the Pricefx server with running REST API. You can hardcode the configuration into this element or read the configuration from the configuration file application.properties (recommended).
Example
<pfx:connection id="pricefx" uri="${pfx.url}" partition="${pfx.partition}" username="${pfx.username}" password="${pfx.password}" debug="${pfx.debug}"/>
Â
Attributes | Description | Required? |
---|---|---|
| yes | |
| URL of the server with PFX API | yes |
| PFX partition | yes |
| User name for PFX partition | yes |
| Password for PFX partition | yes |
| no | |
| Enables the debug mode | no |
| no |
Â
IntegrationManager version 5.8.0