Tagged Questions

0
votes
3answers
177 views

show webservice soapexception response in the client in ASP.NET

Hi All I am trying to make a Test Webservice and throw a SoapException. But when I open the service through browser, it shows Internal server error - 500. If i try to consume it manually by sending …
0
votes
3answers
356 views

How do I debug mangled soap requests?

Lately, we've been seeing exceptions like this in our .NET (.asmx) webservices: System.Web.Services.Protocols.SoapException: Server was unable to read request. ---> …