1

How to integrate a .net application with alfresco ? How cam cmis be used to do the same?

Nicolas Raoul
  • 58,567
  • 58
  • 222
  • 373
user673453
  • 167
  • 1
  • 4
  • 16

2 Answers2

1

You can use Apache Chemistry DotCMIS to perform perform CMIS requests from your .net code. The API is very similar to the Java OpenCMIS API, so you can then find a tutorial on using OpenCMIS to talk to Alfresco and do largely the same thing with DotCMIS.

If you're new to CMIS, then Apache Chemistry provides a very handy overview on their site.

Gagravarr
  • 47,320
  • 10
  • 111
  • 156
0

The example at http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/remote-api/source/sample/WcfCmisTest/ should get you started with C# , CMIS and Alfresco.

Andreas Steffan
  • 6,039
  • 2
  • 23
  • 25