This gateway allows you to send RosettaNet complient PIP message to another RosettaNet Server. This Gateway must be used along with a RosettaNet message out.
Url
URL of the RosettaNet server of the receiver.
Signature certificate
Select signature certificate or go to certificates store.
Encryption certificate
Select encryption certificate or go to certificates store.
Attachment patterns
Attachments to add to the S/MIME message. Metadata = Pattern to match metadata containing the file to attach. Filename = name of the file in the zip. If one pattern matches multiple files, it is possible to put them all if you guarantee to generate a different filename name for each. This can be achieved by using the capturing groups of the regex in the filename. Ex: if your metadata pattern is attachment-(.*) and your filename is \1, processing with two metadata attachment-file1.csv and attachment-file2.csv will result in files file1.csv and file2.csv.
Test flag
Select this to set the GlobalUsageCode in the ServiceHeader to 'Test'. Otherwise 'Production' is used.
Note:
In Babelway, we're using the standard Java version of REGEX, and it's the same used all over the system.
If there is a file name provided in the "Message In" or "Message Out" which contain ~ tilde character, All browser based on Chromium will replace the ~ tilde character by the _ underscore character when you try to download the file from the Babelway interface, For more details you can check this link https://bugs.chromium.org/p/chromium/issues/detail?id=479419
The maximum file size accepted by this gateway is 100 MB.