CMIS is a Web services standard that allows content-enabled applications to interact seamlessly with any application that has implemented it. By providing access to multiple repositories with the CMIS Producer and consuming and rendering the data the CMIS Consumer Web Part, SharePoint Server 2010 ...

learn more… | top users | synonyms

1
vote
1answer
28 views

Getting the correct Sharepoint 2010 CMIS atompub

I am a Sharepoint beginner and am try to connect to an installation via CMIS (using AtomPub) and can't get it to connect. I can connect from Sharepoint itself (using the CMIS Producer and Consumer, ...
2
votes
0answers
45 views

Sharepoint 2013 CMIS producer NTLM authentication

I was able to integrate with Sharepoint 2013 CMIS producer only by using Basic HTTP Authentication! According to Microsoft: ...
1
vote
1answer
48 views

Use CMIS endpoint via tool or script? (no human web login step)

I am trying to access a Rackspace-hosted SharePoint 2013 Demo site via CMIS. Unfortunately, I get this error: I am sure the CMIS URL is correct, because I receive an app:service XML file when I ...
1
vote
1answer
105 views

CMIS AtomPub URL: Error 404 at /cmis/rest/ despite CMIS enabled

On Windows Server 2012/SharePoint Server 2013 I activated CMIS like this, but when trying to connect to CMIS at http://myserver/cmis/rest/ I get a 404 error: $ curl -v -u Administrator:mypassword ...
1
vote
2answers
290 views

How to activate and use CMIS for a SharePoint 2013 Server?

How to access documents stored inside SharePoint Server 2013 from outside, via the CMIS protocol?
1
vote
0answers
53 views

Third-party add-on to enable CMIS on SharePoint Foundation?

Some of my clients use SharePoint Foundation. My software relies on CMIS, which is not supported for Foundation. Is there any third-party extension they could install to make their SharePoint ...
1
vote
1answer
145 views

Which SharePoint versions support CMIS?

Some recent versions of SharePoint can be accessed via the CMIS protocol. Which versions natively support CMIS? Which versions support CMIS by installing an official Microsoft addon?
2
votes
2answers
109 views

CMIS Producer in Foundation 2013

I have to figure out how the CMIS support in SP2013 foundation does work out. And everything I find says that it is natively supported. But the site feature 'Content Management Interoperability ...
1
vote
0answers
26 views

What CMIS services are required if Fast Search is used to query an external CMIS repository

For a repository to be CMIS compliant, it must implement a number of services. Query services are not mandatory. I want to incorporate a CMIS repository in SharePoint 2010 as an External Content Type. ...
0
votes
0answers
86 views

External access to SharePoint CMIS Producer

We're looking at taking our existing sharepoint 2010 setup and configuring it such that the documents can be accessed by a external CMIS client. There's plenty of documentation on how to get ...
3
votes
0answers
362 views

CMIS producer service not working

I'm trying to publish documents from SharePoint sites through the Microsoft's CMIS connector. The consuming application are multiple, including a LifeRay portal (running on Linux), and other ...