cancel
Showing results for 
Search instead for 
Did you mean: 

download a file from alfresco using web service api

behovic
Champ in-the-making
Champ in-the-making
Hello,

In my project, i will be integrating my application with Alfresco using webservices mechanism.
Please provide sample code for document download and upload  through webservices.
please help me
2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator
You can take a look at the FirstWebServiceClient in the Alfresco SDK:
http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/projects/sdk/samples/FirstWebS...
Hope this helps.

behovic
Champ in-the-making
Champ in-the-making
thank you very much for your response and help

so,this is what I want: for exemple I want to upload a document that either pdf or word …
and download  this file from server Alfresco

thank you