Skip to main content
Version: 2.2.1

createRiskFile

This method allows adding a risk. To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb/wwwroot/ws/java/project/CreateRiskFileRequestType.java
Returnweb/wwwroot/ws/java/project/CreateRiskFileResponseType.java

Request:

ID #RequiredDescription
IDRISKXRisk ID #.
NMRISKXRisk name.
IDTYPEXRisk type ID #.
IDRESPResponsible user ID.
IDTEAMResponsible team ID #.
FGCLASSRisk classification:
1 - Loss;
2 - Opportunity.
FGSYMBOLRisk icon ID #.
DSRISKRisk description.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ri">
<soapenv:Header/>
<soapenv:Body>
<urn:createRiskFile>
<!--You may enter the following 9 items in any order-->
<urn:IDRISK>?</urn:IDRISK>
<urn:NMRISK>?</urn:NMRISK>
<urn:IDTYPE>?</urn:IDTYPE>
<urn:IDRESP>?</urn:IDRESP>
<urn:IDTEAM>?</urn:IDTEAM>
<urn:FGCLASS>?</urn:FGCLASS>
<urn:FGSYMBOL>?</urn:FGSYMBOL>
<urn:DSRISK>?</urn:DSRISK>
<urn:ACTION>?</urn:ACTION>
</urn:createRiskFile>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
StatusMethod execution status:
SUCCESS: Method executed successfully
FAILURE: An error occurred in the execution of the method
CodeMethod return code
DetailMethod return detail