hi,
i am trying to use update command some how i am able to create a new node but i canot display the response. when i am using result[0].destination it is giving me error object reference not set ot an instance of an object. i can serach for the create object it exists.
CML cml = new CML();
cml.create = new CMLCreate[1] {(create)};
UpdateResult[] result = repoService.update(cml);
Reference newcontentnode = result[0].destination;
thanks prasanth