Configuring a Gateway Integration Endpoint - REST

Once a gateway integration endpoint has been created and the external system (Amazon S3 Blob Storage, Microsoft Azure Blob Storage, or REST) has been selected, the configuration settings allow you to identify the server housing the required data.

The following steps are for REST configuration.

  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), refer to 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)