Xml tool for validating XML data
I'm in a project that loads a lot of XML from webservices and I need to send the correct one and get the one I expect, the part that starts the web app in debug mode and adds a breakpoint after getting the XML String, which I have in as a free plugin or even a trial program so that I can see what XML my web application is sending and what XML it received?
Hope I make sense.
+1
source to share
1 answer
I'm not sure what protocols you are using, but Wireshark should show you for free :-)
Wireshark's most powerful feature is its wide range of display filters (over 80,000 from version 1.0.5). They let you drill down to the traffic you want to see, and the basis of many of Wireshark's other features, such as coloring rules.
+1
source to share