Error Accessing Webservice
-
Hi I have a webservice which is residing on my machine. I am trying to access it via a proxy method from my windows form. SoapEnvelope en = base.SendRequestResponse("LogEntry", SoapEnvelope sen); This line is throwing an exception InnerException {"The remote server returned an error: (401) Unauthorized."} System.Exception {System.Net.WebException}. Any ideas on why I am getting this error when the webservice is local to my machine? Thanks Minu
-
Hi I have a webservice which is residing on my machine. I am trying to access it via a proxy method from my windows form. SoapEnvelope en = base.SendRequestResponse("LogEntry", SoapEnvelope sen); This line is throwing an exception InnerException {"The remote server returned an error: (401) Unauthorized."} System.Exception {System.Net.WebException}. Any ideas on why I am getting this error when the webservice is local to my machine? Thanks Minu
On IIS enable the anonymous property. Ram
-
On IIS enable the anonymous property. Ram
I have already done so. Also I am using custom token manager, wse3.0 Thanks Minu