Navigation:  Integration via SOAP web services > Published web services > Capture >

setIndexValue

Previous  Top  Next

This method makes it possible to fill the value of an index related to a document from the capture batch. 

 

Java class

Request

web/wwwroot/ws/java/capture/SetIndexValueRequestType.java

Return

web/wwwroot/ws/java/capture/SetIndexValueResponseType.java

 

Request

ID #

Required

Description

BatchID

X

Batch ID #

DocumentCode

X

Batch document code

IndexName

X

Index name

IndexValue

 

Index value

 

Return

ID #

Description

Status

FAILURE (in case of failure)

SUCCESS (in case of success)

Code

Error code:

0 - No error (view performed successfully);

1 - Inexistent batch;

2 - Document not found;

3 - Inexistent index;

4 - This user does not have permission for this operation;

5 - Batch step does not allow filling

Detail

Message detailing the error or success in the execution of the method