Does anyone know how I can view the XML being sent to a Java Web Service from a C# based ASP.NET page?
I've created a disco object web ref in .Net from my Java WSDL but when I use the likes of Fiddler to view the XML attached to the HTTP request, instead I see the form parameters being passed. Is there anyway I can view the serialized XML?
Thanks.