Skip to main content
Version: 2.2.2

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
Requestweb/wwwroot/ws/java/project/createControlAnalysisRequestType.java
Returnweb/wwwroot/ws/java/project/createControlAnalysisResponseType.java

Request:

ID #RequiredDescription
IDCONTROLXControl ID #
IDPLANXPlan ID #
IDRESPXResponsible ID #
IDTEAMResponsible team ID #
IDCONTROLANALYSISControl analysis ID #
GNACA_CDASSOCElement ID # superior to the control
FGAUTOMATIONTYPEAutomation type:
1 - Automatic;
2 - Semiautomatic;
3 - Manual.
FGCONTROLCHARACTControl characteristic:
1 - Detective;
2 - Preventive;
3 - Detective + Preventive;
4 - Customized in the general parameters;
5 - Customized in the general parameters;
6 - Customized in the general parameters.
FGCONTROLFREQControl frequency:
1 - Based on event;
2 - Daily;
3 - Weekly;
4 - Monthly;
5 - Quarterly;
6 - Biannual;
7 - Yearly.
FGIMPLEMENTImplementation:
1 - Not implemented;
2 - Partly implemented;
3 - Completely implemented.
DTIMPLEMENTImplementation date
DTNEXTEVALNext evaluation date
QTEVALPENDENCYExecution deadline
IDMEASUNITYMeasurement unit ID #
VLCOSTControl cost
CDEVALEvaluation method ID #
DSCONTROLANALYSISControl 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
StatusMethod execution status:
SUCCESS: Method executed successfully
FAILURE: An error occurred in the execution of the method
CodeMethod return code
DetailMethod return detail