Skip to main content
Version: 2.2.2

sendRequestToApprov

This method allows sending a request to the next step.

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

Java class
Requestweb\wwwroot\ws\java\servicer\SendRequestToApprovRequestType.java
Returnweb\wwwroot\ws\java\servicer\SendRequestToApprovResponseType.java

Request:

ID #RequiredDescription
IDREQUESTXRequest name

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:srequest">
<soapenv:Header/>
<soapenv:Body>
<urn:sendRequestToApprov>
<urn:idrequest>?</urn:idrequest>
</urn:sendRequestToApprov>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Returns a ("Operation successfully performed") message.
FAILURE: Returns a message regarding the error that occurred.