2018.1

Table Of Contents
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. SSLcan also be called HTTPS,
though that is a misnomer. For more information on SSLand how to purchase a
certificate, please see 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.
l
Use enhanced PHP-like Arrays: Like the previous option, but in this case, the
value between the first pair of square brackets is expected to consist of two parts,
separated by an underscore (e.g. row_0). The first part is considered to be the
element's name. All content after the first underscore (preferably an integer) will be
used as index, which is given as an attribute of the element (e.g. <row _idx=0>; also
see "PHP arrays example" on the facing page).
This option makes it much easier to select all elements on the same level in a data
mapping configuration, and to convert the XML to a JSON object.
Page 630