all groups > dotnet remoting > april 2006 >
You're in the

dotnet remoting

group:

remote web service error, please help !!


remote web service error, please help !! Mr. Ali Hasan
4/27/2006 9:31:02 AM
dotnet remoting:
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 ?
Re: remote web service error, please help !! <Chaz>
4/29/2006 5:41:29 PM

Ask your network administrator to allow UNAUTHENTICATED outbound web access
from your PC, or create a rule that allows any traffic to your web server to
also be UNAUTHENTICATED.

Basically ISA server (your proxy server) is expecting to get a Windows
Username/Password Hash sent through to allow web access to your application,
your application isnt sending it, the alternative is to alter your .NET code
so that you send Default Credentials as part of the call into your SOAP
proxy.

End users who are not behind a restrictive firewall will not suffer from
this problem

Chaz


[quoted text, click to view]

AddThis Social Bookmark Button