2019.2

Table Of Contents
PostJobInfoStruc
Structure containing any required information to prepare the file for resubmission into a
PlanetPress Workflow process using a SOAP client.
l
VariableList: Array of complex type, containing pairs of variable names and variables
value. The list also contains the Job Info variables.
l
VariableName: String
l
VariableValue: String
l
ProcessName: String: name of the PlanetPress Workflow process.
l
TaskIndex: Integer: 1 based index of the task where the resubmission should start.
l
FirstPage: Integer: first page of data to process.
l
LastPage: Integer: Last page of data to process.
Note
If both FirstPage and LastPage are set to 0, the entire data file is used.
SubmitJob
The SubmitJob method allows a user to remotely submit files to their PlanetPress Workflow
from a SOAP client. The SOAP client has the option to wait for a response file from PlanetPress
Workflow SOAP server.
Syntax
SubmitJob (File, SubmitJobInfStruc , ReturnJobFile, user name,
Password) : SubmitJobResult
Arguments
l
File base64Binary. This is an array of byte base64 encoded (see
http://en.wikipedia.org/wiki/Base64).
l
SubmitJobInfStruc Structure containing any required information to prepare the file for
a valid insertion into a PlanetPress Workflow process (see "SubmitJobInfStruc" on
page158).
Page 156