cancel
Showing results for 
Search instead for 
Did you mean: 

Alfrasco Integration

prasanths1989mv
Champ in-the-making
Champ in-the-making
Hi All,
I need urgent help from you. I am a new bee in CMIS (alfrasco) Integration.
Please let me know how to upload a file from external application to alfrasco. Please share a simple document/link/post
I need the explanation of each element in xml(wsdl)

Thanks in advance
Prasanth
2 REPLIES 2

mitpatoliya
Star Collaborator
Star Collaborator
You can opt for various options when you want to connect to alfresco through external application.
Webscripts are the first choice in general. You can also go for CMIS as well.
You can check Alfresco SDK's First Foundation client example for achieving this.
http://wiki.alfresco.com/wiki/Alfresco_SDK_4.0

SDK FirstFoundationClient - use of embedded Alfresco server via the Foundation API.
SDK FirstJCRClient - use of embedded Alfresco server via the JCR API.
SDK FirstWebServiceClient - use of remote Alfresco server via the Web Services API.

HOPE this is helpful

muralidharand
Star Contributor
Star Contributor
Hi Prasanth,

Check the below link [Updating a document section].

http://chemistry.apache.org/java/developing/guide.html

Please let me know, from which application [.net/java/php/asp.net with version] you're trying to integrate it.