cancel
Showing results for 
Search instead for 
Did you mean: 

application integration with alfresco DMS API

sudhakar
Champ in-the-making
Champ in-the-making
Hi,
        I want to access the DMS API of the alfresco as well as uploading  the documents from other CMS tool like OPENCMS tool ..

         is it possible using webscripts?
  
         if it is possible..how it can be done? and what are all the prelimineries need to be done?

         how to proceeed?

help me on this..

Thanks in advance

By,
R.Sudhakar.
2 REPLIES 2

arash_kaffamane
Champ in-the-making
Champ in-the-making
You shall use the CMIS API to integrate documents from Alfresco in other apps like OpenCms, Joomla, Drupal, etc.

rogier_oudshoor
Champ in-the-making
Champ in-the-making
There are many, many options to integrate. First question is how you want your systems to communicate - through filesystem, HTTP, WebDAV, Email? HTTP is the most logical option normally, and you can use webscripts (aka customizing your HTTP communication), the CMIS API or the REST API here.

A webscript is simply having Alfresco handling an HTTP request. If you want to move files around, use a multi-part post request Smiley Wink