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 | |
---|---|
Request | web\wwwroot\ws\java\servicer\SendRequestToApprovRequestType.java |
Return | web\wwwroot\ws\java\servicer\SendRequestToApprovResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
IDREQUEST | X | Request 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 |
---|---|
return | SUCCESS: Returns a ("Operation successfully performed") message. FAILURE: Returns a message regarding the error that occurred. |