importAttribTrainValue
This method allows adding:
- Value to a training attribute.
To insert each of these items, it is necessary to follow the standard documented below.
Java class | |
---|---|
Request | web/wwwroot/ws/java/training/ImportAttribTrainValueRequestType.java |
Return | web/wwwroot/ws/java/training/ImportAttribTrainValueResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDTRAIN | X | Training ID # |
NmAttribute | X | Attribute ID # |
VLATTRIBUTE | Attribute value | |
DSATTRIBUTE | Value of the undetermined and memo attribute |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:training">
<soapenv:Header/>
<soapenv:Body>
<urn:importAttribTrainValue>
<!--You may enter the following 4 items in any order-->
<urn:IDTRAIN>?</urn:IDTRAIN>
<urn:NMATTRIBUTE>?</urn:NMATTRIBUTE>
<urn:VLATTRIBUTE>?</urn:VLATTRIBUTE>
<urn:DSATTRIBUTE>?</urn:DSATTRIBUTE>
</urn:importAttribTrainValue>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
return | SUCCESS: 1. FAILURE: Message detailing the error. |