Specify routing of the connetion via a proxy
This configuration is optional and only required if the connection to the third-party component is routed via a proxy.
The definition depends on the number of proxies required to route all generic API integration connections. You can either route all or a subset of the specified generic API integration connections via the same proxy or define multiple proxies and map them to individual connection definitions.
-
- Add an XML element Proxy to the XML object GenericAPIIntegrationConfig:
- <GenericAPIIntegrationConfig>
- <Proxy url="124.24.78.90:5567" user="ConnectionAdmin" password="ConnectionAdminPW" domain="mycompany">
- </GenericAPIIntegrationConfig>
- <GenericAPIIntegrationConfig>
- Set the XML attributes for the XML object:
- url: Define the URL of the proxy server.
- user: If required, enter the user name for access to the proxy server. The domain name for authentication is defined separately with the XML attribute domain and must not be specified as part of the user name.
- password: If required, enter the password for access to the proxy server.
- domain: If required, define the domain name that shall be used as part of the user name for authentication at the proxy server.
- If a connection shall not be routed via the proxy, add an XML attribute Proxy="None" to the XML element GenericAPIIntegrationConnection specifying the connection parameters. All other connections will be routed automatically via the defined proxy.
- Add an XML element Proxy to the XML object GenericAPIIntegrationConfig:
-
- Add an XML element Proxy to the XML object GenericAPIIntegrationConfig:
- <GenericAPIIntegrationConfig>
- <Proxy>
- <AdditionalProxies>
- <AdditionalProxy Name="Proxy1" url="" user="" password="" domain=""url="124.24.78.90:5567" user="ConnectionAdmin1" password="ConnectionAdminPW1" domain="mycompany" />
- <AdditionalProxy Name="Proxy2"url="124.24.78.95:4567" user="ConnectionAdmin2" password="ConnectionAdminPW2" domain="mycompany" />
- </AdditionalProxies>
- <AdditionalProxies>
- <Proxy>
- </GenericAPIIntegrationConfig>
- <GenericAPIIntegrationConfig>
- Set the XML attributes for the XML object:
- Name: Enter a name for the proxy definition. The name is used to map the proxy definition to the generic API integration connection definitions.
- url: Define the URL of the proxy server.
- user: If required, enter the user name for access to the proxy server. The domain name for authentication is defined separately with the XML attribute domain and must not be specified as part of the user name.
- password: If required, enter the password for access to the proxy server.
- domain: If required, define the domain name that shall be used as part of the user name for authentication at the proxy server.
- Add an XML attribute Proxy to each XML element GenericAPIIntegrationConnection specifying a connection. Set the XML attribute Proxy to the name of the relevant proxy definition or to None if the connection is not routed via a proxy.
- Add an XML element Proxy to the XML object GenericAPIIntegrationConfig: