Retreiving Seznam obsah prostřednictvím WebService v SharePoint 2003

Přidat do webreference Lists.asmx v SharePoint.

http://localhost / _vti_bin / Lists.asmx (SharePoint virtuální adresáře URL / _vti_bin / Lists.asmx

napsat následující metody ve vaší webové služby.

soukromé data.DataTable GetDataTableFromWSS(bool onlySchema) { Řetězec WssSiteUrl = http://192.168.111.21; Řetězec WssSiteUrl = ConfigurationSettings.AppSettings[“WssSiteUrl”]; WssSite.Lists seznam = new WssSite.Lists(); lists.Url = WssSiteUrl + “_vti_bin / Lists.asmx”; lists.Credentials = System.Net.CredentialCache.DefaultCredentials;

lists.PreAuthenticate = true; //musíte projít […]