I want to retrieve a template document from a Document Libraries, in order to allow a user to edit it, and then upload it back again to the Document Library. I'll probably need to set some metadata info as well. I know this can be done via COM, but how can this be done via webservices?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Here are some C# code to upload and download files using webservice I hope it's useful for you.
|
|||
|
|
|
Use the copy.asmx web services, here's a good article by my colleague: http://ybbest.wordpress.com/2012/03/10/how-to-create-item-in-sharepoint2010-document-library-using-sharepoint-web-service/ |
|||
|
|