Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / August 2004

Tip: Looking for answers? Try searching our database.

Proxy authentication failure

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
John - 23 Aug 2004 18:15 GMT
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
Bernd Brenner - 24 Aug 2004 07:11 GMT
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

> Hi
>
[quoted text clipped - 14 lines]
>
> Regards
Lucien - 24 Aug 2004 16:39 GMT
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.

> Hi
>
[quoted text clipped - 14 lines]
>
> Regards
John - 24 Aug 2004 22:31 GMT
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

> Does the site require client authentication? If so add this:
>
[quoted text clipped - 22 lines]
> >
> > Regards

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.