Skip to main content
Version: 2.2.2

executeBatch

This method allows sending the batch to the next step configured in the capture configuration.

Java class
Requestweb/wwwroot/ws/java/capture/ExecuteBatchRequestType.java
Returnweb/wwwroot/ws/java/capture/ExecuteBatchResponseType.java

Request:

ID #RequiredDescription
BatchIDXBatch 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
StatusFAILURE (in case of failure)
SUCCESS (in case of success)
CodeError 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.
DetailMessage detailing the error or success in the execution of the method.