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 | |
---|---|
Request | web/wwwroot/ws/java/project/CreateRiskAnalysisRequestType.java |
Return | web/wwwroot/ws/java/project/CreateRiskAnalysisResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDRISK | X | Risk ID # |
IDPLAN | X | Plan ID # |
IDRESP | X | Responsible ID # |
IDTEAM | Responsible team ID # | |
IDRISKANALYSIS | Risk analysis ID # | |
GNARA_CDASSOC | Element ID # superior to the risk | |
DTNEXTEVAL | Next evaluation date | |
QTPENDECY | Execution deadline | |
IDTREATMENT | Treatment ID # | |
IDMEASUNITY | Measurement unit ID # | |
VLTOTAL | Value of other losses | |
VLAPETITE | Risk appetite value | |
VLTOLERANCE | Risk tolerance value | |
DSRISKANALYSIS | Risk 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 |
---|---|
Status | Method execution status: SUCCESS: Method executed successfully FAILURE: An error occurred in the execution of the method |
Code | Method return code |
Detail | Method return detail |