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

setAttributeValue

Previous  Top  Next

This method allows assigning a value to an attribute of a certain document. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/document/SetAttributeValueRequestType.java

Return

web/wwwroot/ws/java/document/SetAttributeValueResponseType.java

 

Request

ID #

Required

Description

IDDOCUMENT

X

Document ID #.

IDREVISION

 

Revision ID #.

Note: If not entered, the current revision will be considered.

IDATTRIBUTE

X

Attribute ID #.

VLATTRIBUTE

X

Attribute value.

SEPARATOR

 

When the attribute is multivalued, it is necessary to inform which characters indicate separation between values. E.g.: SEPARATOR = "#$" indicates that the values are separated by these characters. If none is entered, the system will break the values at the comma.

 

Return

ID #

Description

return

SUCESS: 1: Action successfully executed

FAILURE: 0: Message with error.