I using VB.NET 2.0.
I am trying to call a web service. This web service requires authentication. So, I am able to execute the web service when using Credentials only. But, when I add a local proxy (I tried with ezProxy Manager) I get a 401 error.
I need to get this working with a proxy as well. Any ideas why this may fail?