Re: DOTCMIS 0.6 using AtomPub Binding 1.1

2015-03-30 Thread Florian Müller
Hi Himanshu, DotCMIS only supports CMIS 1.0. If you are connecting to a CMIS 1.1 URL, you may encounter a few issues. Secondary types (aspects) don't exist in CMIS 1.0 and therefore DotCMIS does not handle them. You can set and get aspects with DotCMIS via extensions. Please refer to the Alfre

DOTCMIS 0.6 using AtomPub Binding 1.1

2015-03-24 Thread Patel, Himanshu Z.
Hi: I am using DOTCMIS library to create document in Alfresco 5.0, when I try to create document using AtomPub Binding 1.1 I am getting different types of error which are follow... 1) When I try to create Folder object using following tagetFolder = (Folder)session.GetObjectByPath("");