Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
How can I update the content of a single element within my document ?accessor.update(xmlobject) seems to be the wrong method.Can anybody provide an example ??
Did you take notice of the preconditions as described in the documentation ?
If what you want to is update a single node without retrieving the entire document from Tamino, the FAQ at http://tamino.forums.softwareag.com/viewtopic.php?p=6740may help. But as far as I know this feature only works with the original Java API (TaminoClient.jar).
Bill is right. The NodeLevelUpdate.dll is not supported by the Tamino API for Java. The reason is that Tamino Server will support update of elements soon. The Tamino API for Java will then support this native update method of Tamino Server.