Hi Roy,I want to use the ws api to browse entirely my repository so that I can detect duplicates (same name, mime type and size) to delete them.So after a highly general query, I get the colums and find a NamedValue like this one {http://www.alfresco.org/model/content/1.0}content=contentUrl=store://2006/7/3/23/7d227fba-0adb-11db-...
in which I can read store://2006/7/3/23/7d227fba-0adb-11db-9eb9-0fb2fd5f52ba.bin
which is helpful to know the filesystem path used to store the document.But I need to know the path in the repository form(say something like /Guest Home/UsersManual/Cars/2CV.pdf) so that it is readable for my users.How can I convert from one form to another ? Should I request the server again, based on the UUID information ?I am (still) using version 1.2.0 and can not upgrade yet.ThanksJerome