8.8

Table Of Contents
Return Value
l
SubmitJobResult - Structure containing the following information:
l
Success Integer indicating the Success/Error level of the operation. A result of 0 means
the operation was successful.
l
Message String containing text information about the Success/Failure status.
l
SubmitJobInfStruc See point SubmitJobInfStruc for details.
l
ResultFile base64Binary. If Success is different than 0 or the ReturnJobFile was set to
False in the initial call, no file is returned. Otherwise, ResultFile contains the job file, as it
existed at the completion of the PlanetPress 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 PlanetPress 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 PlanetPress Workflow preferences.
SOAP API - PostJob
Syntax
PostJob (File, PostJobInfStruc , user name, Password) :
PostJobResult
Page 100