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?

Attributes

Description

Required?

id



yes

uri

URL of the server with PFX API

yes

partition

PFX partition

yes

username

User name for PFX partition

yes

password

Password for PFX partition

yes

twoFactorAuthSecurityToken



no

debug

Enables the debug mode

no

connectTimeout



no

 

IntegrationManager version 5.8.0