createControlFile
This method allows adding a control. To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/project/CreateControlFileRequestType.java |
Return | web/wwwroot/ws/java/project/CreateControlFileResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDCONTROL | X | Control ID #. |
NMCONTROL | X | Control name. |
IDTYPE | X | Control type ID #. |
IDRESP | Responsible user ID. | |
IDTEAM | Responsible team ID #. | |
FGIMPLEMENT | Implementation: 1 - Not implemented; 2 - Partly implemented; 3 - Completely implemented. | |
DTIMPLEMENT | Implementation date. | |
FGRELEVANT | Relevant: 1 - Yes; 2 - No. | |
FGAUTOMATIONTYPE | Automation type: 1 - Automatic; 2 - Semiautomatic; 3 - Manual. | |
FGCTRLCHARACT | Control characteristic: 1 - Detective; 2 - Preventive; 3 - Detective + Preventive. | |
FGFREQUENCY | Control frequency: 1 - Based on event; 2 - Daily; 3 - Weekly; 4 - Monthly; 5 - Quarterly; 6 - Biannual; 7 - Yearly. | |
FGSYMBOL | Control icon ID #. | |
CDEVAL | Evaluation method ID # | |
DSCONTROL | Control description. | |
DSDOCUMENT | Document 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 |
---|---|
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 |