Skip to main content
Version: 2.2.1

createControlFile

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

Java class
Requestweb/wwwroot/ws/java/project/CreateControlFileRequestType.java
Returnweb/wwwroot/ws/java/project/CreateControlFileResponseType.java

Request:

ID #RequiredDescription
IDCONTROLXControl ID #.
NMCONTROLXControl name.
IDTYPEXControl type ID #.
IDRESPResponsible user ID.
IDTEAMResponsible team ID #.
FGIMPLEMENTImplementation:
1 - Not implemented;
2 - Partly implemented;
3 - Completely implemented.
DTIMPLEMENTImplementation date.
FGRELEVANTRelevant:
1 - Yes;
2 – No.
FGAUTOMATIONTYPEAutomation type:
1 - Automatic;
2 - Semiautomatic;
3 - Manual.
FGCTRLCHARACTControl 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.
FGFREQUENCYControl frequency:
1 - Based on event;
2 - Daily;
3 - Weekly;
4 - Monthly;
5 - Quarterly;
6 - Biannual;
7 - Yearly.
FGSYMBOLControl icon ID #.
CDEVALEvaluation method ID #
DSCONTROLControl description.
DSDOCUMENTDocument description.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:ri">
<soapenv:Header/>
<soapenv:Body>
<urn:createControlFile>
<!--You may enter the following 16 items in any order-->
<urn:IDCONTROL>?</urn:IDCONTROL>
<urn:NMCONTROL>?</urn:NMCONTROL>
<urn:IDTYPE>?</urn:IDTYPE>
<urn:IDRESP>?</urn:IDRESP>
<urn:IDTEAM>?</urn:IDTEAM>
<urn:FGIMPLEMENT>?</urn:FGIMPLEMENT>
<urn:DTIMPLEMENT>?</urn:DTIMPLEMENT>
<urn:FGRELEVANT>?</urn:FGRELEVANT>
<urn:FGAUTOMATIONTYPE>?</urn:FGAUTOMATIONTYPE>
<urn:FGCTRLCHARACT>?</urn:FGCTRLCHARACT>
<urn:FGFREQUENCY>?</urn:FGFREQUENCY>
<urn:FGSYMBOL>?</urn:FGSYMBOL>
<urn:CDEVAL>?</urn:CDEVAL>
<urn:DSCONTROL>?</urn:DSCONTROL>
<urn:DSDOCUMENT>?</urn:DSDOCUMENT>
<urn:ACTION>?</urn:ACTION>
</urn:createControlFile>
</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