1.Добавить ссылку на WebService (Имя: SourceLists) в проект (URL-адрес веб-службы https://……./sites/_vti_bin/lists.asmx)
2. SourceLists.Lists sourceListService = new SourceLists.Lists ();
System.Net.NetworkCredential networkCredentials = новый System.Net.NetworkCredential («идентификатор пользователя», «pwd»);
sourceListService.Credentials = networkCredentials;