Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am calling a Java web service using a .NET client, the return message is badly formatted since the deserialzation process throws an exception. Is there a way to view the raw xml data being returned by the web service in the .NET Client.

Many thanks

share|improve this question

2 Answers

I would strongly recommend you SoapUI. It is a great tool that allows you to call web services and inspect the generated XML.

share|improve this answer

You might want to look at http sniffing software that sit between your clients and the server. Search for http sniffing.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.