View Single Post
  #16 (permalink)  
Old 08-30-2007, 09:47 AM
theone theone is offline
D-Web Sr.Programmer
 
Join Date: Jun 2007
Posts: 129
theone is on a distinguished road
Default Re: HTTP Web Response Exception - I cant able to trap.

The call to System.Net.CredentialCache.GetCredential by the underlying web
services code will get a null w/o setting the value described below. That
being the case, does anyone know why in every web service example I've seen
this is never mentioned? Adding it works for both WinForm and ASP.NET as
seems to be required in each. Anyone have any background why this is never
mentioned since this is so critical to making web service calls work.

Thanks!
Reply With Quote