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 | |
|---|---|
| Request | web/wwwroot/ws/java/training/SendTrainingStepRequestType.java |
| Return | web/wwwroot/ws/java/training/SendTrainingStepResponseType.java |
Request:
| ID # | Required | Description |
|---|---|---|
| IDTRAIN | X¹ | Training ID #. |
| FGSTEP | X | Operation [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 |
|---|---|
| return | SUCCESS: 1. FAILURE: Error message. |