આર્કાઇવ્ઝ

શેરપોઈન્ટ માં webservice દ્વારા યાદી સામગ્રી Retreiving 2003

શેરપોઈન્ટ સાઈટ માં lists.asmx માટે webreference ઉમેરો.

HTTP://localhost / _vti_bin / lists.asmx (શેરપોઈન્ટ વર્ચ્યુઅલ ડિરેક્ટરી 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 […]