Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Web Service Authentication Problem

Reply
Thread Tools

Web Service Authentication Problem

 
 
Marco
Guest
Posts: n/a
 
      01-15-2008
Hi all.

Since a couple of days I'm experiencing a very strange problem with our
company intranet, which has kept running since at least five years.

We have different applications calling a web service located on the same web
server as the applications themselves.
On the whole web site basic and anonymous authentication are disabled, while
integrated windows authentication is enabled.
To authenticate on the web service I use "proxy.Credentials =
System.Net.CredentialCache.DefaultCredentials;".

Everything worked fine until a couple of days ago, when our system
administrator installed about 40 patches on the server (security and other).
Since then, when an application tries to call a method on the web service I
get following error message:

"[WebException: The request failed with HTTP status 401: Unauthorized.]
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
+1303
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) +218
proxy.GetObjectID() +34
ASP.CAbsList.Page_Load(Object Sender, EventArgs E) in
E:\...\WebCWL\Default.aspx:166
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +750"

Can anyone help me solve this problem?
Any hint would be quite appreciated, since we can not remove the installed
patches.

Thanks in advance,
Marco


 
Reply With Quote
 
 
 
Reply

Thread Tools

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
Consuming local web service - ok, remote web service -problem? dgleeson422111 ASP .Net Web Controls 0 01-26-2010 11:17 AM
Does timer in Web Service Global.asax block my Web Service from processing web-site requests? Leo Violette ASP .Net Web Services 0 04-17-2009 12:39 AM
Calling Web Service that calls other Web Service with Windows Authentication manuelserpabrandao@gmail.com ASP .Net Web Services 3 06-17-2006 08:14 AM
Calling Web Service that calls other Web Service with Windows Authentication manuelserpabrandao@gmail.com ASP .Net Security 1 06-14-2006 08:55 PM
InvocationTargetException when calling "new Service()" in Axis web service to call another web service Michael Averstegge Java 0 01-10-2006 11:05 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57