2022.2

Table Of Contents
Syntax
GetSOAPProcessList (user name, Password) : GetSOAPProcessListResult
Description
Parameters
l
user name: String containing the user name.
l
Password: String containing the password. This is case sensitive.
Return Value
l
GetSOAPProcessListResult: Structure containing the following information:
l
Success: Integer indicating the system-defined Success/Error level of the operation. A res-
ult of 0 means that the operation was successful.
l
Message: String containing text information about the Success status.
l
ProcessList: Structure containing the following information details.
l
SOAPActionName: String containing the name of the process as seen in your PReS
Workflow.
l
Active Boolean value indicating if the process is active in your PReS Workflow.
Note: If a user has administrator privilege, he will have access to all processes and therefore he
will see all the processes.
PostJob
The PostJob method allows a user (a SOAP client) 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.
Syntax
PostJob (File, PostJobInfStruc , user name, Password) : PostJobResult
Description
Parameters
l
File: base64Binary. This is an array of byte base64 encoded (see http://en.wiki-
pedia.org/wiki/Base64).
Page 126