Tagged Questions

0
votes
3answers
1k views

show webservice soapexception response in the client in ASP.NET

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 a ...