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)
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.