2019.1

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.
Methods, structures Description
"GetProcessList" on
page146
Allows SOAP clients to request the list of available PReS
Workflow processes, based on their authentication credentials.
"GetProcessTaskList"
on page147
Allows a user to remotely request the tasks list of a process. This
will be useful with the PostJob method since it needs a
TaskIndex.
"GetSOAPProcessList"
on page148
Allows users to request the list of PReS Workflow processes that
contain a SOAP Input plugin with the SOAP action name. This is
useful when working with the SubmitJob method since it requires
a SOAPActionName.
"PostJob" on page145 Allows users to remotely submit files to PReS Workflow by using
the Resubmit from here feature, which lets a user specify a
starting task index from which the File is to be processed.
"PostJobInfoStruc" on
page149
Structure containing any required information to prepare the file
for resubmission into a PReS Workflow process.
"SubmitJob" on the
next page
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.
"SubmitJobInfStruc" on
page150
Structure containing any required information to prepare the file
for a valid insertion into a PReS Workflow process.
Note
With the SOAP API reference, new SOAP plugins have been introduced. The old plugin, which
Page 143