views:

572

answers:

4

Hi,

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

A: 

Please clarify what .NET client you're asking about.

FreddyB
A: 

the .NET Client is a Class Library C# 3.0 does that answer your question?

A: 

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

Hemal Pandya
+1  A: 

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

Darin Dimitrov