2018.1

Table Of Contents
existed at the completion of the PReS Workflow process (for instance, if the process
creates a PDF and sets it as the current job file, the PDF is the file that gets returned to
the calling SOAP client).
Note
The SubmitJob method only returns a file if the PReS Workflow process contains a SOAP
Input task.
Note
If ReturnJobFile is set to true, the schedule options of the process should be set to a pooling lower
than four seconds, so the client application gets a timely response.
Note
To return the file, the process must be completed before the timeout of the server occurs. The
Timeout option can be set in your PReS Workflow preferences.
SOAP API - PostJob
Syntax
PostJob (File, PostJobInfStruc , user name, Password) :
PostJobResult
Description
The PostJob method allows users to remotely submit files to PReS Workflow by using the
Resubmit from here feature. The main advantage of this feature is that it allows a user to specify
a starting task index from which the File is to be processed.
Parameters
l
File base64Binary. This is an array of byte base64 encoded (see
http://en.wikipedia.org/wiki/Base64).
Page 132