PC Review


Reply
Thread Tools Rate Thread

Authentication Error Message, help plzz :(

 
 
=?Utf-8?B?TXIuIEFsaSBIYXNhbg==?=
Guest
Posts: n/a
 
      27th Apr 2006
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.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?TXIuIEFsaSBIYXNhbg==?=
Guest
Posts: n/a
 
      27th Apr 2006
Thanx alot for the valuable info. but i have a question about this line (that
you've included) : IWebProxy proxyObject = new WebProxy("http://isaproxy:80",
true);Â*
should i replace the "isaproxy" with the ISA Server Address on my LAN ? and
what about the post 80 ??

"Vadym Stetsyak" wrote:

> Hello, Mr.!
>
> MAH> There's a problem in my application that calls a remote web service's
> MAH> method, when it tries to connect to the webservice it displays this
> MAH> error:"The request failed with HTTP status 407: Proxy Authentication
> MAH> Required ( The ISA Server requires authorization to fulfill the
> MAH> request. Access to the Web Proxy service is denied. "
>
> MAH> How the hell can i connect to the remote webservice ?
>
> You have to use proxy authentication
>
> YouWebService srv;
>
> IWebProxy proxyObject = new WebProxy("http://isaproxy:80", true);Â*
> srv.Proxy = proxyObject;
>
> If your ISA Server uses windows authentication then you can use default credentials
> srv.UseDefaultCredentials = true;
>
> Otherwise create CredentialsCache object and add necessary Credential objects (e.g NetworkCredential class )
> then assign CredentialsCache object to srv.Credentials...
>
> --
> Regards, Vadym Stetsyak
> www: http://vadmyst.blogspot

 
Reply With Quote
 
Vadym Stetsyak
Guest
Posts: n/a
 
      28th Apr 2006
Hello, Mr.!


>should i replace the "isaproxy" with the ISA Server Address on my LAN ? and
>what about the post 80 ??


Yes, replace it with servername or ip address of isa server, and port must be the same that ISA uses.
If you have internet connection configures through that proxy you can watch it into Internet Explorer connection settings
--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
Reply With Quote
 
=?Utf-8?B?TXIuIEFsaSBIYXNhbg==?=
Guest
Posts: n/a
 
      29th Apr 2006
Thank you so much dear .. i do appreciate your efforts !!

"Vadym Stetsyak" wrote:

> Hello, Mr.!
>
> >should i replace the "isaproxy" with the ISA Server Address on my LAN ? and
> >what about the post 80 ??

>
> Yes, replace it with servername or ip address of isa server, and port must be the same that ISA uses.
> If you have internet connection configures through that proxy you can watch it into Internet Explorer connection settings
> --
> Regards, Vadym Stetsyak
> www: http://vadmyst.blogspot

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Authentication Failed Error Message Won't Stop!! BCD Windows Vista Mail 2 1st Jun 2010 01:19 PM
Error Message: None of the authentication methods supported by cli ryguy7272 Microsoft Outlook Installation 3 3rd Mar 2010 07:29 PM
Error message re: Authentication setting ??? brenglass Windows Vista Mail 1 31st Oct 2008 02:22 AM
Authentication error message when publishing Gwyn Microsoft Frontpage 1 11th Sep 2008 04:01 PM
error message: 571 remote sending only allowd with authentication =?Utf-8?B?bWFyYmxl?= Microsoft Outlook Discussion 0 27th Feb 2007 09:58 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:43 PM.