ఆర్కైవ్స్

SharePoint లో webservice ద్వారా జాబితా కంటెంట్ Retreiving 2003

SharePoint సైట్ లో Lists.asmx కు Webreference జోడించండి.

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 = true; //you have to pass the […]