7.0

Table Of Contents
12.3.5 SOAP API - GetSOAPProcessList
Syntax
GetSOAPProcessList (Username, Password) : GetSOAPProcessListResult
Description
The GetSOAPProcessList function will allow users to request the list of PlanetPress Suite processes that contain
a SOAP Input plug-in with the SOAP action name. This is useful when working with the SubmitJob API since
it requires a SOAPActionName.
Parameters
Username – String containing the username.
Password – String containing the password. This is case sensitive.
Return Value
GetSOAPProcessListResult – Structure containing the following information:
Success – Integer indicating the system-defined Success/Error level of the operation. A result of 0
means that the operation was successful.
Message – String containing text information about the Success status.
ProcessList – Structure containing the following information details.
SOAPActionName – String containing the name of the process as seen in your PlanetPress Suite
Workflow Tool.
Active – Boolean value indicating if the process is active in your PlanetPress Suite Workflow Tool.
Notes
If a user has administrator privilege, he will have access to all processes and therefore he will see all the
processes.
12.3.6 SOAP API - PostJobInfoStruc
PostJobInfStruc
Structure containing any required information to prepare the file for resubmission into a PlanetPress Suite
process.
VariableList – Array of complex type, containing pairs of variable names and variables value. The list
also contains the JobInfo variables.
VariableName – String
VariableValue – String
ProcessName – String - Name of the PlanetPress Suite process.
TaskIndex – Integer - 1 based index of the task where the resubmission should start.
FirstPage – Integer - First page of data to process.
LastPage – Integer - Last page of data to process.
Using Scripts - SOAP Server API Reference
Objectif Lune Inc. © 2009 232