vote up 1 vote down star
1

Hi guys,

I'm in a project that loads a lot of XML from web services and I need to send the correct one and get the one I am expecting, a part that run the web app in Debug mode and add a breakpoint after getting the XML String, what can I have as a free plugin or even a trial program to let me see what XML is sending by my web application and what XML is been received by it?

Hope that I make sense.

flag

72% accept rate
Are you trying to sniff the transport stream? What is being used as the client? – dacracot Dec 24 '08 at 0:00
humm... I think that is the term! :) "Sniffing", I'm using ASP.NET as the Client, the Web Service is written in Java (using JBoss .NET) – balexandre Dec 24 '08 at 0:03
Sorry, no help here... but I'm adding those details to your tags. – dacracot Dec 24 '08 at 0:05

1 Answer

vote up 1 vote down check

I'm not sure what protocols you are using but Wireshark should show you for free :-)

Wireshark's most powerful feature is its vast array of display filters (over 80000 as of version 1.0.5). They let you drill drill down to the exact traffic you want to see and are the basis of many of Wireshark's other features, such as the coloring rules.

http://www.wireshark.org/docs/dfref/

link|flag
Wow, very nice application, thank you very much for this, it gives me what I just need: Seeing the document that I'm sending (screenshot at: tinyurl.com/8hbvch) – balexandre Dec 24 '08 at 1:39
Cool :-) look at all of that bloated soap - lol – gef Dec 24 '08 at 1:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.