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

listPendencyDocument

Previous  Top  Next

This method enables to list the pending documents in the draft, review, approval, or release steps of a determined user. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/document/ListPendencyDocumentRequestType.java

Return

web/wwwroot/ws/java/document/ListPendencyDocumentResponseType.java

 

Request

ID #

Required

Description

IDUSER

X

User's reg. code #.

 

Return

ID #

Description

return

SUCESS: Returns an object matrix with the following indexes:

IDDOCUMENT: Document ID #;

IDREVISION: Revision ID #;

PENDENCYTYPE: To-do task type

o1 arrowrgray Draft;

o2 arrowrgray Review;

o3 arrowrgray Approval;

o4 arrowrgray Release;

o5 arrowrgray Released;

o6 arrowrgray Closure

FAILURE: returns a vector with the following index:

ERROR: String; 0: Message with error.