Posted by Shantha Kumar on 8th March 2009

Download Document from SharePoint Library using WebService

In this post, I am going to explain about downloading a document from sharepoint library using webservice, For that we need following things,

Read the contents from Document, located in SharePoint Library
Create and store the contents on a new document in Local Machine

To get the contents from Document under Sharepoint library,we shall use the GetItem method [...]

Posted by Shantha Kumar on 3rd March 2009

Upload document from Local Machine to SharePoint Library using WebService

In my previous post i’m explained about the members of Copy Web Service. For uploading a document from any local machine to sharepoint document library is possible by using CopyInToItems method.
Though, the syntax for that method is,
public uint CopyIntoItems (string SourceUrl,string[] DestinationUrls,FieldInformation[] Fields,byte[] Stream,out CopyResult[] Results)

Parameters,
SourceUrl:
A String that contains the absolute source URL of the [...]