Retreiving Listi efni í gegnum Webservice í SharePoint 2003

Bæta við webreference að Lists.asmx í Sharepoint síðuna.

http://localhost / _vti_bin / Lists.asmx (SharePoint raunverulegur Símaskrá URL / _vti_bin / Lists.asmx

skrifa eftirfarandi aðferðum í Webservice þínum.

einkaaðila data.DataTable GetDataTableFromWSS(bool onlySchema) { band WssSiteUrl = http://192.168.111.21; band WssSiteUrl = ConfigurationSettings.AppSettings[“WssSiteUrl”]; WssSite.Lists lista = nýju WssSite.Lists(); lists.Url = WssSiteUrl + “_vti_bin / Lists.asmx”; lists.Credentials = System.Net.CredentialCache.DefaultCredentials;

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