Skip to main content
Version: 2.2.2

createRiskAnalysisFile

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

Java class
Requestweb/wwwroot/ws/java/project/CreateRiskAnalysisRequestType.java
Returnweb/wwwroot/ws/java/project/CreateRiskAnalysisResponseType.java

Request:

ID #RequiredDescription
IDRISKXRisk ID #
IDPLANXPlan ID #
IDRESPXResponsible ID #
IDTEAMResponsible team ID #
IDRISKANALYSISRisk analysis ID #
GNARA_CDASSOCElement ID # superior to the risk
DTNEXTEVALNext evaluation date
QTPENDECYExecution deadline
IDTREATMENTTreatment ID #
IDMEASUNITYMeasurement unit ID #
VLTOTALValue of other losses
VLAPETITERisk appetite value
VLTOLERANCERisk tolerance value
DSRISKANALYSISRisk analysis description

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ri">
<soapenv:Header/>
<soapenv:Body>
<urn:createRiskAnalysisFile>
<!--You may enter the following 14 items in any order-->
<urn:IDRISK>?</urn:IDRISK>
<urn:IDPLAN>?</urn:IDPLAN>
<urn:IDRESP>?</urn:IDRESP>
<urn:IDTEAM>?</urn:IDTEAM>
<urn:IDRISKANALYSIS>?</urn:IDRISKANALYSIS>
<urn:GNARA_CDASSOC>?</urn:GNARA_CDASSOC>
<urn:DTNEXTEVAL>?</urn:DTNEXTEVAL>
<urn:QTPENDECY>?</urn:QTPENDECY>
<urn:IDTREATMENT>?</urn:IDTREATMENT>
<urn:IDMEASUNITY>?</urn:IDMEASUNITY>
<urn:VLTOTAL>?</urn:VLTOTAL>
<urn:VLAPETITE>?</urn:VLAPETITE>
<urn:VLTOLERANCE>?</urn:VLTOLERANCE>
<urn:DSRISKANALYSIS>?</urn:DSRISKANALYSIS>
</urn:createRiskAnalysisFile>
</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