Configuring a Gateway Integration Endpoint

Once a gateway integration endpoint is created, the configuration settings allow you to identify the server housing the required data.

  1. In System Setup, expand the gateway endpoints setup group, and select the relevant gateway integration endpoint.
  2. On the Configuration tab, click the Edit link to display the Gateway Integration Endpoint Configuration dialog.

  1. On the Gateway Integration Endpoint Configuration dialog, use the following parameters to specify which external system the gateway integration endpoint will access.

  RESTGateway.ServerURL=qa=http://step-qa,stage=http://step-stage

If no trust store locations are selected, the gateway connection is not configured to use SSL encryption and the connection will be established using a certificate signed by a recognized CA such as Verisign or Thawte.

  1. Click Save to complete the configuration.
  2. Create a business action to access the gateway endpoint. For details, see Gateway Integration Endpoint Bind in the Resource Materials online help here.

Proxy Configuration Setup

The following are two examples of how the dynamic RESTGateway.ProxyConfiguration property can be configured:

RESTGateway.ProxyConfiguration.1=ProxyConfig1,10.64.8.253,808,username,password
RESTGateway.ProxyConfiguration.2=ProxyConfig2,10.64.9.253,64,user10,password1

To break the first of these two properties into its component parts (each element separated by commas), please reference the screenshot and the numbered list below:

  1. Required text to enable the REST Gateway Proxy configuration property
  2. The name of the configuration. This is what will appear in the dropdown as a selectable option, like so:

  1. The IP of the proxy server being accessed
  2. The port of the proxy server being accessed
  3. The username for the proxy server being accessed (optional)
  4. The password for the proxy server being accessed (optional)

 

2018, Stibo Systems – Confidential