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

associateProcess

Previous  Top  Next

This method allows relating documents to processes.

 

Java class

Request

web/wwwroot/ws/java/document/AssociateProcessRequestType.java

Return

web/wwwroot/ws/java/document/AssociateProcessResponseType.java

 

Request

ID #

Required

Description

IDDOCUMENT

X

Document ID #.

IDCATEGORY

 

Document category ID # (required when there is more than one document with the same ID # in different categories).

IDPROCESS

X

Process ID #

 

Return

ID #

Description

Status

SUCCESS: In case of success

FAILURE: In case of failure

Code

1 – Operation successfully performed.

-2 – Document not found.

-3 – Category not found.

-4 – Record already associated.

-5 – There is more than one document with this ID #. The category must be specified.

-6 – An error occurred when this activity was executed.

Detail

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