Does anyone have sample C# code using a sharepoint web service specifying the username and password?
I am using this but I am getting the almighty 401: Unauthorized error with it:
portal.Lists listService = new portal.Lists();listService.Credentials = new NetworkCredential("domain\\username", "password");Go to the complete details ...