Section | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Table 1 – File Gateway Setup Parameters
XPath-expression | Description |
---|---|
/fileGateway/wsl/@lkrEndpoint | Web-client Url:
|
/fileGateway/lkrChannels/channel/@username | User name in the Web-client |
/fileGateway/lkrChannels/channel/@password | Password in the Web-client |
/fileGateway/lkrChannels/channel/@clientCertificateSerialNumber | Serial number of the certificate used to access the WSL-service of the repository |
/fileGateway/lkrChannels/channel/@validataProfile | Certificates storage profiles. The "My" value is used for default profile |
/fileGateway/lkrChannels/channel/@cryptography | Сryptography – RSA or GOST |
/fileGateway/lkrChannels/channel/@asIs | Import mode. If the attribute is absent or "true" value is specified, the drafts will be imported with saving messageId and correlationId If the "falce" value is specified, during import the drafts the messageId and correlationId will be deleted. The IDs can be filled manually on the editing form in the Web-client, or automatically when sending the message to the repository The setting is available in the File gateway v.7.0.67 |
/fileGateway/lkrChannels/channel/outbox/@path | The path to the Sent mail folder |
/fileGateway/lkrChannels/channel/sent/@path | The path to the folder for successfully sent drafts. Drafts, which could not be sent, will remain in the Outbox folder The setting is available in the File gateway v.7.0.67 |
Below is the example of settings:
Code Block |
---|
<?xml version="1.0" encoding="utf-8"?> <configuration> <nrd> <fileGateway> <wsl endpoint="https://rsa.nsd.ru/onyxpl/WslService" lkrEndpoint="http://repository1.itglobal.ru/lkr/" httpsMode="Auto"> ... </wsl> ... <channels> ... </channels> <lkrChannels> <channel enabled="true" username="" password="" clientCertificateSerialNumber="" validataProfile="My" cryptography="GOST" asIs="true"> <outbox path="c:\transfersvc\lkr\outbox" monitoringThreshold="0:00:05" /> <sent path="c:\transfersvc\lkr\sent" /> </channel> </lkrChannels> </fileGateway> </nrd> </configuration> |
Info |
---|
The drafts import does not display in the File Gateway web-interface. |
To import the draft messages to the Web-client you need to copy a message to an *.xml in the outgoing messages folder. In addition:
The messages from the Outbox folder will be displayed in the Drafts form in the Web-client.