שליפת תוכן רשימה דרך WebService ב-SharePoint 2003

הוסף webreference כדי Lists.asmx באתר SharePoint.

http://localhost / _vti_bin / Lists.asmx (SharePoint וירטואלי מדריך URL / _vti_bin / Lists.asmx

לכתוב את השיטות הבאות WebService שלך.

פרטי data.DataTable GetDataTableFromWSS(BOOL onlySchema) { מחרוזת WssSiteUrl = http://192.168.111.21; מחרוזת WssSiteUrl = ConfigurationSettings.AppSettings[“WssSiteUrl”]; WssSite.Lists רשימות = WssSite.Lists חדשים(); lists.Url = WssSiteUrl + “_vti_bin / Lists.asmx”; lists.Credentials = System.Net.CredentialCache.DefaultCredentials;

lists.PreAuthenticate = נכון; //you have to pass the […]