
Web Service access + internal traffic + 407 Proxy Authentication Required
This had me stumped for a while. I was developing a SharePoint-based client to consume a simple web service. I started by writing a console app version of the code before deploying to SharePoint. Fairly straight-forward – added a web reference to my VS2010 project, and used MyWebService srv = […]