Proxy authentication failure

J

John

Hi

I am trying to access a web service from a desktop app which is running
behind an ISA Server (Windows 2003 network). The desktop app fails with the
message 'The request failed with HTTP status 470: Proxy authentication
required (The ISA Server requires authorization to fulfil the request.
Access to the Web Proxy Service is denied).

The client app is in vb.net and the second line below gives the error;

Dim ws As New com.mydomain.www.MyService
Dim ds = ws.MyWebMethod ' <== This line gives error

Where am I to provide the authentication for the calling app?

Thanks

Regards
 
B

Bernd Brenner

Hi John,

I have the same problem, trying to connect to a web service behind a
ISA-Server.

But there is a little hint given when pressing the help button on the
Dialog "Add Web Reference": There is said that you need to "specify
the proxy-server within the URL".
Does anyone know what there could be meant? Do I have to put the url
of the asmx/wsdl-file AND the url of the proxy server together in one
big url ???

Bernd
 
L

Lucien

Does the site require client authentication? If so add this:

proxy.Credentials = System.Net.CredentialCache.DefaultCredentials;

Second I believe there's also proxy setting if you're behind a firewall. But
if you have the ISA firewall client I don't think you need to set anything.
 
J

John

I have ISA Firewall client but I still seem to need to provide ISA
authentication. I have tried it both from server (no firewall client) and a
client pc (firewall client).

The site does not require authentication.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,263
Messages
2,571,062
Members
48,769
Latest member
Clifft

Latest Threads

Top