createControlAnalysisFile
This method allows adding a control analysis. To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/project/createControlAnalysisRequestType.java |
Return | web/wwwroot/ws/java/project/createControlAnalysisResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDCONTROL | X | Control ID # |
IDPLAN | X | Plan ID # |
IDRESP | X | Responsible ID # |
IDTEAM | Responsible team ID # | |
IDCONTROLANALYSIS | Control analysis ID # | |
GNACA_CDASSOC | Element ID # superior to the control | |
FGAUTOMATIONTYPE | Automation type: 1 - Automatic; 2 - Semiautomatic; 3 - Manual. | |
FGCONTROLCHARACT | Control characteristic: 1 - Detective; 2 - Preventive; 3 - Detective + Preventive. | |
FGCONTROLFREQ | Control frequency: 1 - Based on event; 2 - Daily; 3 - Weekly; 4 - Monthly; 5 - Quarterly; 6 - Biannual; 7 - Yearly. | |
FGIMPLEMENT | Implementation: 1 - Not implemented; 2 - Partly implemented; 3 - Completely implemented. | |
DTIMPLEMENT | Implementation date | |
DTNEXTEVAL | Next evaluation date | |
QTEVALPENDENCY | Execution deadline | |
IDMEASUNITY | Measurement unit ID # | |
VLCOST | Control cost | |
CDEVAL | Evaluation method ID # | |
DSCONTROLANALYSIS | Control analysis description |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ri">
<soapenv:Header/>
<soapenv:Body>
<urn:createControlAnalysisFile>
<!--You may enter the following 17 items in any order-->
<urn:IDCONTROL>?</urn:IDCONTROL>
<urn:IDPLAN>?</urn:IDPLAN>
<urn:IDRESP>?</urn:IDRESP>
<urn:IDTEAM>?</urn:IDTEAM>
<urn:IDCONTROLANALYSIS>?</urn:IDCONTROLANALYSIS>
<urn:GNACA_CDASSOC>?</urn:GNACA_CDASSOC>
<urn:FGAUTOMATIONTYPE>?</urn:FGAUTOMATIONTYPE>
<urn:FGCONTROLCHARACT>?</urn:FGCONTROLCHARACT>
<urn:FGCONTROLFREQ>?</urn:FGCONTROLFREQ>
<urn:FGIMPLEMENT>?</urn:FGIMPLEMENT>
<urn:DTIMPLEMENT>?</urn:DTIMPLEMENT>
<urn:DTNEXTEVAL>?</urn:DTNEXTEVAL>
<urn:QTEVALPENDENCY>?</urn:QTEVALPENDENCY>
<urn:IDMEASUNITY>?</urn:IDMEASUNITY>
<urn:VLCOST>?</urn:VLCOST>
<urn:CDEVAL>?</urn:CDEVAL>
<urn:DSCONTROLANALYSIS>?</urn:DSCONTROLANALYSIS>
</urn:createControlAnalysisFile>
</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 |