The call to:
Code:
XmlNode myListView = myListService.GetListAndView("Customers", "");
(page 56)
causes a permissions exception. Since the code uses CredentialCache.DefautlCredentials, I tried changing it out with = new NetworkCredential(uname, pass, domain);
This didn't work either. Just to check myself, I unzipped the src code for the book and plugged in my server name and fired it up. It also gave the same exception.
Any guidance would be greatly appreciated.