realecmfnll
IS-IT--Management
A Brief solution which could help other developers using Content Server Web Services.
For a Multivalued attribute like STATE, Each value is held in a ROWVALUE object.
Extract the DATAVALUE for the STATE Attibute
CREATE a NEW ROWVALUE object
set key and description of the ROWVALUE with key and description of DATAVALUE
READ/UPDATE the value from the ROWVALUE object which reflects the change in the value of STATE ATTRIBUTE
Good luck