Hello,
I’ve got a problem with the Java API of Tamino. I want to edit some elements within a stored document without retrieving the whole document, editing it and update it.
I think the methods I need are appendChild(), replaceChild() and removeChild() of TaminoClient, but I can’t get them working.
Example: I have the doctype “example” in the collection “test”, the doctype has the following structure:
something
I want to replace the element “bbb” by another element “bbb” by using replaceChild(String relUrl, String xpath, Node node).
What do I have to use for relUrl and xpath?
I have the XML-Starterkit “only”, and the documentation delivers no example for this.
Does anybody know how to solve my problem?
Marc
#API-Management#webMethods#webMethods-Tamino-XML-Server-APIs