Connecting to a remote Web Service Error, help plz

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

There's a problem in my windows 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.
 
You need to supply credentials... in some form, either certificate or
Id/Password or something... Is this your webservice?

Vijay
 
I know how to use the ID/Password thing, but how to use certificates !!?
yes, it's my web service !!
 
Back
Top