executeBatch
This method allows sending the batch to the next step configured in the capture configuration.
Java class | |
---|---|
Request | web/wwwroot/ws/java/capture/ExecuteBatchRequestType.java |
Return | web/wwwroot/ws/java/capture/ExecuteBatchResponseType.java |
Request:
ID # | Required | Description |
---|---|---|
BatchID | X | Batch ID # |
Request structure:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:capture">
<soapenv:Header/>
<soapenv:Body>
<urn:executeBatch>
<urn:BatchID>?</urn:BatchID>
</urn:executeBatch>
</soapenv:Body>
</soapenv:Envelope>
Return:
ID # | Description |
---|---|
Status | FAILURE (in case of failure) SUCCESS (in case of success) |
Code | Error code: • 0 - No error (search performed successfully); • 1 - Inexistent batch; • 2 - This user does not have permission for this operation; • 3 - The step cannot be performed manually; • 4 - You need to edit the batch before you send it to the next step; • 5 - The batch does not have any file associated. |
Detail | Message detailing the error or success in the execution of the method. |