Gateway Form

If you want to fill out the form data of the Gateway web interface without generating a Gateway URL, you can use the following parameters.

All request parameters must be URL-encoded.

Request Parameter Required/ Optional Description

wssURL=<url>

R

URL of the WSS.

facadeName=<gatename>

O

Name of gateway. The name is appended to the general URL of the gateway web application.

clientIP=<IP-Adressen>

O

IP address of the computer permitted to use the gateway.

IPFilterEnabled=true|false

O

Flag as to whether the checkbox for the IP address filter is checked or not.

These parameters can simply be appended to the link http(s)://[HOST]/gateway/FacadeStart.do as URL parameters, which means the request is made using HTTP GET.

Example
http://localhost:8080/gateway/FacadeStart.do?wssURL=http%3A//localhost%3A8080/wss/service/BRD/WSS&facadeName=BRD-55728953&IPFilterEnabled=true&clientIP=172.24.184.226