არქივი

Retreiving სია ინფორმაციის მეშვეობით WebService in SharePoint 2003

დაამატეთ webreference იმ Lists.asmx in 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 სიები = new WssSite.Lists(); lists.Url = WssSiteUrl + “_vti_bin / Lists.asmx”; lists.Credentials = System.Net.CredentialCache.DefaultCredentials;

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