The Problem Solver

Tell me and I will forget
Show me and I will remember
Involve me and I will understand
- Confucius -

Google Ads

This Blog

Syndication

Search

Tags

News





  • View Maurice De Beijer's profile on LinkedIn

Community

Email Notifications

Explore

Archives

Using a WCF proxy through an ISA proxy server

 When I tried I received the following very helpful System.ServiceModel.ProtocolException with Message="The remote server returned an unexpected response: (407) Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy filter is denied.  )."

And this in turn contained an inner exception of type System.Net.WebException and Message="The remote server returned an error: (407) Proxy Authentication Required.".

Now I cannot find any way to add the required authentication but it turns out that setting the wsHttpBinding useDefaultWebProxy to false works just fine Smile

Enjoy! 

Published Thu, May 15 2008 13:45 by Maurice
Filed under: , , , ,

Comments

# re: Using a WCF proxy through an ISA proxy server@ Thursday, November 06, 2008 4:33 AM

Using this configuration I get the next error:

"Unable to connect to the remote server"

I need to authenticate to the ISA Server first. But how I don't know.

by Marino

# re: Using a WCF proxy through an ISA proxy server@ Wednesday, January 14, 2009 7:01 AM

Thanks a lot. I was stuck with the same issue and your post helped a lot.

by raminder

# re: Using a WCF proxy through an ISA proxy server@ Friday, March 27, 2009 6:57 AM

Another option is to turn off your proxy in IE (Tools > Internet Options > Connections > LAN Settings) since WCF client uses the IE proxy settings.

by mckay.joe