Questions tagged [cmis]

Content Management Interoperability Services for talking to Content Repositories

Content Management Interoperability Services, abbreviated as CMIS, is an OASIS standard for communicating with Content Repositories using one of its RESTful, SOAP or JSON bindings. An introduction is available from the Apache Chemistry project (tag apache-chemistry)

This tag should be used for questions around using CMIS, building clients and servers on top of it, and understanding how things map onto CMIS concepts.

518 questions
0
votes
2 answers

Connecting via CMIS (dotCMIS) to SP2010: exception unauthorised

Im using dotCMIS and would like to do a simple connect to my SP2010 server. Im trying to do this with C# like here http://chemistry.apache.org/dotnet/getting-started-with-dotcmis.html in the first part So I have something like this: …
sabisabi
  • 1,501
  • 5
  • 22
  • 40
0
votes
1 answer

Alfresco: Checking in documents checked-out at some previous point in time (and left hanging)

I'm currently working on a project that was started by another company. They created some CMIS connector and it is currently being used to store documents inside Alfresco. We don't have the source for that connector/component. Things turned sour…
robertrv
  • 695
  • 2
  • 11
  • 16
0
votes
1 answer

CMIS query language; Queryname cmis:document

I have some problems with CMIS query language. I want to get all documents (table no important), which have some property. So I wrote Select my_property from cmis:document. Unfortunately I get answer: 0 documents. But when I alter query to Select…
Heniek
  • 563
  • 2
  • 8
  • 17
0
votes
3 answers

Getting error while calling CMIS service

I am trying to create document in SharePoint repository using CMIS wsdl. but getting some error. I am using soapui to call the service. Here's part of the xml that gets created: Request :
Vivek
  • 1
  • 1
  • 3
0
votes
1 answer

How to display CMIS document in web browser

I get document from CMIS. I get document content stream (ContentStream), but I can't figure out how to display this content in browser. Only I know how to save as a file.
Heniek
  • 563
  • 2
  • 8
  • 17
-2
votes
1 answer

Is there a way to support opencmis 1.1 with Java 6 for connecting to Alfresco CMS?

I'm getting below error when connecting opencmis 1.1 with Java 6. Exception in thread "main" java.lang.UnsupportedClassVersionError: JVMCFRE003 bad major version; class=org/apache/chemistry/opencmis/client/api/SessionFactory, offset=6 …
ashok pal
  • 1
  • 1
-2
votes
2 answers

How to Store a pdf document in Filenet

Im new to IBM filenet. I just got the webservice url of the CMIS filenet. My requirement is to store a PDF document got from one system using apache camel route to filenet. Tried importing the wsdl in SOAP UI and i can see set of APIs like…
Balaji Kannan
  • 407
  • 6
  • 24
-3
votes
1 answer

Find foldernames (partialy) matching string, mark all files as "read"

I'm exploring the possibilities to use Alfresco for some projects of my projects. Is it possible to use the Alfresco script console to do the following action: Find all foldernames conataining string1 or string2 or string Then mark all the files in…
1 2 3
34
35