8.5

l
Certificate: Enter the absolute path to the site Certificate. The file generally ends with a .crt
extension and is provided by a certificate provider, or through the use of certificate generators
such as openssl or makecert.com.
l
Key: Enter the absolute path to the Private Key File. This file generally ends with a .key
extension.
l
Password: Enter the password (or passkey) for the Private Key File. Please note that this
password is encrypted within PReS Workflow server and is not saved in plain text.
l
Encryption protocol: Choose your cryptographic protocol (SSLor TSL). This is determined by
the software that generated the keys.
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 Use PHPArrays:Select to process incoming POSTrequest with input arrays correctly. In the source
HTML, input elements with names such as name="chat[input][name]" or name="items[][partnum]" will
be correctly split as a single XMLnode along with each part of the array as children.
l
Omit attachments as CDATAnode in the XMLenvelope:Select to remove any attachments from
the actual XMLdata file. Generally the attachments are both saved on disk and included within the
XMLenvelope. This option removes them from the envelope, but they remain accessible through their
direct path. This option has no incidence on any other option of this task.
Technical
PHPArrays
This is an example of the new "Use PHPArrays"option introduced in Workflow 8.5.
HTMLExample:
<input type="hidden" name="user_account" value="email@example.com">
<input type="text" name="name" value="Peter Parker">
<input type="text" name="company" value="Objectif Lune">
<input type="text" name="pinElm1[pin_0][left]" value="122">
<input type="text" name="pinElm1[pin_0][top]" value="253">
<input type="text" name="pinElm1[pin_0][type]" value="dent">