There's a problem in my application that calls a remote web service's method,
when it tries to connect to the webservice it displays this error:
"The request failed with HTTP status 407: Proxy Authentication Required (
The ISA Server requires authorization to fulfill the request. Access to the
Web Proxy service is denied. "
How the hell can i connect to the remote webservice ?
Thank you so much in advance.
Dominick Baier [DevelopMentor] - 27 Apr 2006 17:39 GMT
I gues you have to configure the proxy on the webservice client class - there
is a .Proxy property - if the proxy itself requires authentication, you also
have to set the Credentials on the proxy class.
---------------------------------------
Dominick Baier - DevelopMentor
http://www.leastprivilege.com
> There's a problem in my application that calls a remote web service's
> method,
[quoted text clipped - 7 lines]
> How the hell can i connect to the remote webservice ? Thank you so
> much in advance.