Data Management Web Services
General Purpose
Data Management Web Services allow users to manage Process Automation processes in Rosetta without using the Rosetta UI.
Required Role: Data Manager (full).
Available Web Services
For specific details for each web-service (input parameters, returned XML) see the javadoc.
Method | Description |
---|---|
abortProcess | Aborts a running active process execution |
exportIE | Exports an IE |
getMaintenanceProcessList | Retrieves a list of processes |
getProcessExecutionStatus | Retrieves the current status and relevant information for a given process execution |
getSetMembers | Retrieves set information |
runProcess | Creates a new execution for the provided process to be run in immediate mode (run once) and returns the processExecutionId |
runProcessOnPids | Runs a process on a given array of pids |
updateSetMembers | Updates set members |
To access the WSDL on your server, go to:
http://<repository-load-balancer-host>:<port>/dpsws/repository/DataManagerServicesWS?wsdl