Page 1 of 1

Open CMIS and OpenKM

PostPosted:Mon Dec 04, 2017 11:37 am
by Dev
Hi,
i am developing an web application with JSF and OpenKM 6.3.1 as a document system. i am using OpenCMIS to communicate with OpenKM. All the required use cases working fine. The issue is, when i create document with OpenCMIS, the Document.getId() method returning uploaded document full path instead of UUID.
how can i get UUID from that OpenCMIS Document object.

Regards,
Arif

Re: Open CMIS and OpenKM

PostPosted:Tue Dec 05, 2017 6:10 pm
by jllort
At the begining I will had recommended our OpenKM JAVA SDK rather cmis, basically because you will get more control, more features ( all the api exposed ) etc.. from CMIS I think you have a method named getProperties

Only for your information check this url https://docs.openkm.com/kcenter/view/sdk4j-1.1/

Re: Open CMIS and OpenKM

PostPosted:Wed Dec 06, 2017 10:47 am
by Dev
Yes, OpenKM JAVA SDK is the better option with more control. but i am not in the situation to use OpenKM SDK because my application may have different document management system for different client.
However as you mentioned CMIS Properties object, i have found the UUID in the property 'Version Series Id'.
Thanks for your help. :)

Regards,

Re: Open CMIS and OpenKM

PostPosted:Sun Dec 16, 2018 8:56 am
by jllort
We consider SOAP a deprecated technology what do not recommend using it. In near future we will remove this kind of suspport.