Hi,
I want to append child node to tamino document without downloading whole document first. IIS filter is installed.
I have tried to do it with following javascript code, but nothing happend:
+++++++++++++++++++++++++++++
QueryObj = new TaminoClient(dbname, pageSize);
QueryObj.startSession();
//Node to be inserted
tempNode = XMLRDBDocNode.firstChild;
test = QueryObj.appendChild(“/RootNode/@1”,“/RootNode/ChildNode/”,tempNode);
test1 = QueryObj.commit();
QueryObj.endSession();
document.write("test: “+test+” test1: "+test1);
++++++++++++++++++++++++++++
and the print result was :“test: [object Object] test1: [object Object]”
Can anyone help me please?
Regards
-Coolman
#webMethods-Tamino-XML-Server-APIs#webMethods#API-Management