Project
This section presents the SOAP Web Service interfaces available for SoftExpert Project. To insert each of these items, it will be necessary to follow the standard documented in the upcoming sections.
WSDL URL:
https://<domain>/se/ws/pr_ws.php?wsdl
Web Service URL:
https://<domain>/apigateway/se/ws/pr_ws.php
Available web services:
Method | Description |
---|---|
editProgramCost | Edits the cost of a program |
editProgramRevenue | Edits the revenue of a program |
editProjectCost | Edits the cost of a project |
editProjectRevenue | Edits the revenue of a project |
editProjectTaskCost | Edits the cost of a project task |
editProjectTaskRevenue | Edits the revenue of a project task |
executeProjectTask | Executes the task of a project |
getProjectCost | Allows viewing project costs |
getProjectRevenue | Allows viewing project revenues |
newAssocDocProj | Associates documents with the project or task |
newProgramCost | Adds the cost of a program |
newProgramRevenue | Adds the revenue of a program |
newProjectCost | Adds the cost of a project |
newProjectRevenue | Adds the revenue of a project |
newProjectTaskCost | Adds the cost to a project task |
newProjectTaskRevenue | Adds the revenue to a project task |