Question

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?

Was it helpful?

Solution

I've been struggling with this, too. Our proxy server uses our Windows logon credentials, and the changes made to the app.config file for security mode and clienCredentialType elements seems to work for me:

Calling SharePoint web services using Visual Studio 2008, WCF, and Windows Authentication (Archived)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top