Skip to main content
Version: 2.2.1

sendTrainingStep

This method allows editing:

  • A training step.

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

Java class
Requestweb/wwwroot/ws/java/training/SendTrainingStepRequestType.java
Returnweb/wwwroot/ws/java/training/SendTrainingStepResponseType.java

Request:

ID #RequiredDescription
IDTRAINX¹Training ID #.
FGSTEPXOperation [1 - Advances step, 2 - Returns step]
info

X¹ - It will be required for editing.

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:training">
<soapenv:Header/>
<soapenv:Body>
<urn:sendTrainingStep>
<!--You may enter the following 2 items in any order-->
<urn:IDTRAIN>?</urn:IDTRAIN>
<urn:FGSTEP>?</urn:FGSTEP>
</urn:sendTrainingStep>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: 1.
FAILURE: Error message.