2020.1

Table Of Contents
This password is encrypted within PReS Workflow server and is not saved in plain
text.
l
Encryption protocol: Choose your cryptographic protocol (SSL or TSL). This is
determined by the software that generated the keys. The service uses SSL 2.3 or
TLS 1.0.
Note
When SSL is enabled and a user sends a query prefixed with https://, then this
specific communication will be sent through port 443, which cannot be changed in
Workflow. However, http:// requests will still be received on the port specified in
http server preferences.
Note
SSL is used to accept secured, encrypted requests from web clients and requires a
certificate delivered by an approved authority. When a website is secured by an
SSL certificate, "https" appears in the URL.
For more information on SSL and how to purchase a certificate, see for example
Q10694 on SSL.com.
l
Disable SOAP Server: Check to disable all SOAP Server functionality.
l
Verbose log: Select to enable to keep a verbose log. Note that a communication log is
generated whether or not this option is selected. If you use a secure connection, the log
will contain extra information.
l PHP Arrays: This option defines how incoming POST requests with arrays are
processed.
l
None: No special processing is applied.
l
Use PHP-like Arrays: When the name of form inputs contains two pairs of square
brackets, the data are interpreted as an array. The result is a single XML node
(named after the value between the first pair of square brackets) with each part of
the array as children. See: "PHP arrays example" on the facing page.
Page 780