2018.2

Table Of Contents
While there are multiple possibilities for solutions using a SOAP server implementation, the
SOAP Server API Reference is specifically for submitting jobs from a SOAP client. It
implements methods that will allow SOAP clients to submit jobs and get information from PReS
Workflow executing them.
Note
PReS Workflow already come with a SOAP Client plugin, which can be used as an input, action
or output; this task was renamed Legacy SOAP Client.
Since the SOAP Server API Reference is primarily targeted at programmers or systems
engineers, it is rather technical.
SOAP API - SubmitJob
Syntax
SubmitJob (File, SubmitJobInfStruc , ReturnJobFile, user name,
Password) : SubmitJobResult
Description
The SubmitJob method allows users to remotely submit files to their PReS Workflow from a
SOAP client. The SOAP client has the option to wait for a response file from PReS Workflow
SOAP server.
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 PReS Workflow process (see "SOAP API - SubmitJobInfStruc" on
page149).
l
ReturnJobFile Boolean value. When true, PReS Workflow SOAP server returns the job
file. When false, there no file is returned to the SOAP client. (For example: when
submitting a job for print, there is no need to return a file)
l
user name: String containing the user name.
l
Password: String containing the password. This is case sensitive.
Page 143