How to use the GetListItems web service

The following two functions can be used after adding references to Lists.asmx and SiteData.asmx private System.Xml.XmlNode GetItems(string webPath) { ListsOnLocalhost.Lists listsWS = new...

Read More