1.1.3 Description
The GWWS server is the Web service gateway for Tuxedo applications, the core component of SALT. The GWWS gateway server provides communication with Web service programs via SOAP 1.1/1.2 protocols and RESTful protocols. The GWWS server has bi-directional (inbound/outbound) capability. It can accept SOAP and RESTful requests from Web service applications and pass Tuxedo native calls to Tuxedo services (inbound). It also accepts Tuxedo ATMI requests and passes SOAP or RESTful calls to Web service applications (outbound). GWWS servers are used as Tuxedo system processes and are described in the *SERVERS section of the UBBCONFIG(5) file.
The CLOPT option is a string of command-line
options passed to the GWWS server when it is booted.
The GWWS server accepts the following
CLOPT options:
-
-i InstanceID - Specifies the
GWWSinstance unique ID. It is used to distinguish multipleGWWSinstances provided in the same Tuxedo domain. This value must be unique among multipleGWWSitems within theUBBCONFIGfile.
Note:
TheInstanceID value must be pre-defined in the <WSGateway> section of the SALT Deployment File.
-
-a <scheme>://<host>:<port> - Web administration is disabled by default. In order to enable admin capabilities, the GWWS server must be configured in the
UBBCONFIGfile using the-aoption as follows:
Parent topic: GWWS(5)