<!ATTLIST SuccessfullMethod Class CDATA #REQUIRED Method CDATA #IMPLIED>
Now i want to add a ‘successfullMethod’ Element with the following code: … TaminoClient tamino=new TaminoClient(“http://localhost/tamino/admire/DatacommCollection”); tamino.startSession(); TaminoResult tr = tamino.appendChild( ??relUrl?? , “//Status[//Control/@MessageId=‘555555’]”, node); tamino.commit(false); tamino.endSession(); …
1) relUrl - relative URL to the document This must be a direct URL to the single document you want to update. It can’t be a query. The NodelLevelUpdate.dll executable does a get on this document. The relurl you specify here is appended to the TaminoClient URL to make a complete reference to a single document. So, an example might be: