Has anyone had any luck updating attribute values within a category using the LL Web Services? For example, i have an attribute called Status within a category called Geography and i want to update that attribute value to ACTIVE or INACTIVE based upon some other criteria. I can get to the point of getting all of the correct values but when I attempt to update the attribute value, using the updateNode operation from the DocumentManagement Service, I continue to get an error message stating "Update of specified node type is not supported". I am supplying all of the original data back to the updateNode call with the exception of replacing the old attribute value with the new one. The getNodeByNickname operation is returning "GenericNode:412" as the node type which is in turn supplied to the update call as the type
Is there a better operation to use? I also looked at the updateCategory operation but it seems more geared to updating the category definition and not a particular attribute value within a category on a specific document/node.