Skip to main content
Version: 2.2.0

editQualificationIndexValue

This import template allows editing the qualification index and sending to the next step:

  • Receiving data.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\inspection\EditQualificationIndexValueRequestType.java
Returnweb\wwwroot\ws\java\inspection\EditQualificationIndexValueResponseType.java

Request:

ID #RequiredDescription
IDRECEIVINGXReceiving #.
NMDLVQUALINDEXXIndex name
NMDLVQUALOPTIONXOption for index qualification
FGEXECUTEExecute the step:
1 - Send to the next step.
DSDVLQUALINDEXQualification index comments

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:inspection">
<soapenv:Header/>
<soapenv:Body>
<urn:editQualificationIndexValue>
<!--You may enter the following 5 items in any order-->
<urn:IDRECEIVING>?</urn:IDRECEIVING>
<urn:NMDLVQUALINDEX>?</urn:NMDLVQUALINDEX>
<urn:NMDLVQUALOPTION>?</urn:NMDLVQUALOPTION>
<urn:FGEXECUTE>?</urn:FGEXECUTE>
<urn:DSDLVQUALINDEX>?</urn:DSDLVQUALINDEX>
</urn:editQualificationIndexValue>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnReturns Status, Code, and Detail
â–ª Status can be SUCCESS or FAILURE.
â–ª Code returns 1 for success, or 0 for failure.
â–ª Detail returns error description in case of failure.