Skip to main content
Version: 2.2.2

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
Requestweb/wwwroot/ws/java/training/ImportAttribTrainValueRequestType.java
Returnweb/wwwroot/ws/java/training/ImportAttribTrainValueResponseType.java

Request:

ID #RequiredDescription
IDTRAINXTraining ID #
NmAttributeXAttribute ID #
VLATTRIBUTEAttribute value
DSATTRIBUTEValue 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
returnSUCCESS: 1.
FAILURE: Message detailing the error.