Tagged Questions

0
votes
5answers
1k views

Catching a SoapException thrown by a webService

I wrote the following service : namespace WebService1 { [WebService(Namespace = "http://tempuri.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] ...
0
votes
3answers
1k 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. ---> ...