Retreiving Listă conținut prin WebService în SharePoint 2003

Adăugați webreference la Lists.asmx pe site-ul SharePoint.

HTTP://localhost / _vti_bin / Lists.asmx (SharePoint director virtual URL / _vti_bin / Lists.asmx

scrie următoarele metode, în webservice tău.

privat data.DataTable GetDataTableFromWSS(bool onlySchema) { string WssSiteUrl = http://192.168.111.21; string WssSiteUrl = ConfigurationSettings.AppSettings[“WssSiteUrl”]; Listele WssSite.Lists = noi WssSite.Lists(); lists.Url = WssSiteUrl + “_vti_bin / Lists.asmx”; lists.Credentials = System.Net.CredentialCache.DefaultCredentials;

lists.PreAuthenticate = true; //you have to pass the […]