Apache Chemistry DotCMIS is a client library for .NET applications to communicate with Content Repositories compliant to the Content Management Interoperability Services standard. It is loosely based on the Java OpenCMIS client architecture.
Questions tagged [dotcmis]
63 questions
4
votes
1 answer
Error "Property 'cm:title' doesn't exsist" while using DotCMIS for Alfresco
I established a session via dotCMIS with a local Alfresco-Server using Visual Studio 2010 C# via
Dictionary parameters = new Dictionary();
parameters[DotCMIS.SessionParameter.BindingType] = BindingType.AtomPub; …

meister_reineke
- 364
- 1
- 14
4
votes
5 answers
how to access Cmis without a password?
I'm trying to query Alfresco through cmis with DotCmis ( http://chemistry.apache.org/dotnet/dotcmis.html )
It's working ok as long as I specify a user / password.
How can I do that without specifying a password ? I'd like to use the CurrentIdentity…

Vincent
- 510
- 1
- 5
- 23
2
votes
1 answer
Creating a document with multy-value Property in Alfresco using DotCMIS
like suggested above im trying to create a document with a multi-value property in Alfresco CMS, using DotCMIS and Visual Studio 2010
Dictionary DocumentProperties = new Dictionary

meister_reineke
- 364
- 1
- 14
2
votes
0 answers
Using dotcmis in Windows Store app not working
I want to use dotcmis in my Windows store app. I downloaded the dotcmis-0.6 and added a reference from my Windows app project. While building, it is giving me an error as this :
C:\Program Files…

Subhankar
- 487
- 8
- 25
2
votes
2 answers
dotcmis / alfresco / delete => create => search delay
I try to integrate dotcmis and alfresco into my application.
When creating my unit tests, I face this issue :
- I set up my test environment by deleting "myfolder" if any
- I create back myfolder and put a document into it
then I try to find the…

boblemar
- 1,143
- 1
- 10
- 24
2
votes
1 answer
Checkout Document from Alfresco using DotCMIS
How can i checkout a document from Alfresco using dotCMIS?

user673453
- 167
- 1
- 4
- 16
1
vote
0 answers
While querying for custom types file in cmis getting error
First I was trying with this code to get all properties of custom type file in my repository. Object Id is of type mcl_engineer. Unable to read custom types file and getting exception.
CmisObject objectt =…

Ashish yadav
- 97
- 1
- 11
1
vote
0 answers
WCFBinding in DotCMIS
Am trying to invoke a CMIS repository webservice URL from a WCF service. I need to ensure that I have WCF binding (basicHttp) on invoking that webservice (to mutually exchange certificates between client and Data power). Hence i used the below…

Muthu Kumar
- 21
- 3
1
vote
1 answer
Check whether cmis:contentStreamFilename is Orderable
The CMIS 1.1 standard says at 2.1.4.3.3 that cmis:contentStreamFileName has a Orderable property which CMIS repositories can choose to set to true or false.
As a CMIS client having a session on a particular repository, how to tell whether this…

Nicolas Raoul
- 58,567
- 58
- 222
- 373
1
vote
1 answer
How to interface .NET application with Alfresco using dotCMIS
How to interface .NET application with Alfresco using dotCMIS.
I checked on Apache chemistry site. But, did not get all details like "how to set web.config file, where we put Service reference folder, where we create end point and which files do we…

Ramalingareddy Alla
- 11
- 2
1
vote
0 answers
Updating ICmisObject get CmisRuntimeException Unauthorized
I keep getting A first chance exception of type 'DotCMIS.Exceptions.CmisRuntimeException' occurred in DotCMIS.dll
CmisRuntimeException Unauthorized when I try to update a CmisObject. This is my code, can anyone help.
IOperationContext oc =…

T. Petroski
- 11
- 1
1
vote
0 answers
Unable to navigate or query certain sub-folders in SharePoint 2013 using DotCMIS or CMIS Workbench
CMIS Workbench / DotCMIS Problem with SharePoint 2013
Cannot GetChildren() of certain sub-folders i.e. /.../001
Cannot perform cmis:query Select * From cmis:folder
1. Cannot GetChildren() of some…

SimplyInk
- 5,832
- 1
- 18
- 27
1
vote
0 answers
Fileupload with CMIS + Apache fails due to "Proxy Error"
We developed a web application which uses opencmis and a windows client which uses dotcmis. The web application runs behind an apache httpd.
We are facing the following problem:
Small files can be uploaded by the client without problems (< 1,5…

Facy87
- 145
- 1
- 2
- 11
1
vote
1 answer
CMIS Folder not getting set
I am using CMIS but my folder ID isnt getting set as expected?

TheRiddler
- 169
- 3
- 16
1
vote
1 answer
DotCMIS and JSON Binding
I was looking at the Apache Chemistry dotCMIS project.
From some of the comments on the Apache web page and briefly looking at the source code, it doesn't look like it supports the new CMIS 1.1 JSON Binding.
Is that right?

George Hernando
- 2,550
- 7
- 41
- 61