Tagged Questions

1
vote
0answers
205 views

How to analyze “the handshake failed due to an unexpected packet format ” inner exception

I send some data to a web service. But the web service returns a soap exception which has the "handshake failed due to an unexpected packet format" inner exception. How can I know which packet is ...
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 ...
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. ---> ...