Configuration through the web interfaceWLS service is a web service of the NSD repository, which interacts with the File gateway to exchange messages. To configure the connection to the WLS service: |
Page contents: 
|
|
|
- go to Settings → WLS service (Fig. 1.1);

Figure 1 – WLS service form
specify the address of the repository WSL service (Fig. 1.2), depending on the type of cryptography:
The 443 port must be open. |
- https://rsa.nsd.ru/onyxpl/WslService – RSA, PL (test environment);
- https://gost.nsd.ru/onyxpl/WslService – ГОСТ, PL (test environment);
- https://edor.nsd.ru/onyxpr/WslService – RSA, PROM (production environment);
- https://edog.nsd.ru/onyxpr/WslService – ГОСТ, PROM (production environment);
- https://rsa-g.nsd.ru/onyxgs/WslService – RSA, GUEST.
- select the WSL service connction mode (Fig. 1.3):
- automatic mode selection (recommended);
- standard HTTPS (with RSA cryptography support);
- native HTTPS (with GOST cryptography support).
To apply the settings, click Save (Fig. 1.4).
Configuring in svc.config
To navigate to the file svc.config you need to paste %LOCALAPPDATA% into the Windows Explorer and press Enter on the keyboard,then go to the installation folder NSD.FileGateway.
To configure the connection with the the WSL- service of the repository, you must change the required parameters in the svc.config XML file. Valid options are presented in table 1.
Table 1 – File Gateway Setup Parameters
| |
---|
/fileGateway/wsl/@endpoint | Address of the endpoint of the repository WSL service |
/fileGateway/wsl/@httpsMode | HTTPS mode. Valid values: - Auto – automatic mode selection (recommended)
- Default – standard HTTPS (does not work with GOST cryptography)
- WinInet – native HTTPS (supporting GOST cryptography)
|