Retreiving List Sisällön läpi WebServicessa SharePoint 2003

Lisää webreference on Lists.asmx SharePoint-sivuston.

http://localhost / _vti_bin / Lists.asmx (SharePoint virtuaalinen hakemisto URL / _vti_bin / Lists.asmx

kirjoittaa seuraavia menetelmiä your webservice.

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

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