| 1. |
When Retrieving List Items Using Sharepoint Web Services, How Do You Specify Explicit Credentials To Be Passed To Access The List Items? |
|
Answer» In ORDER to specify explicit credentials with a Web Service, you generally instantiate the web service, and then using the credentials properties of the Web Service object you USE the System.Net.NetworkCredential class to specify the username, PASSWORD, and domain that you wish to PASS when making the web service call and OPERATIONS. In order to specify explicit credentials with a Web Service, you generally instantiate the web service, and then using the credentials properties of the Web Service object you use the System.Net.NetworkCredential class to specify the username, password, and domain that you wish to pass when making the web service call and operations. |
|