I am using tcpdump for windows to examine the XML RPC request/response packets. Why do I see some special characters are the end of xml request/response?
Wireshark didn't show me those. Any help is appreciated. Thanks, -Preeti -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 2:00 PM To: [email protected] Subject: RE: Examining XML RPC request packets Yup, it worked. I cud see the XML RPC packet capture with Wireshark. Thanks, Preeti -----Original Message----- From: Jochen Wiedmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 1:21 PM To: [email protected] Subject: Re: Examining XML RPC request packets On 11/7/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I try with Wireshark and I don't see ant HTTP packet capture. But it is > all working fine, I just want to investigate what the XML RPC > request/response looks like. Because in real system my Server is not > Java based but C based so I want to see what XML RPC request packet my > Java Client will send to it. Start tcpmon on port 8080 and redirect it to 10.0.56.76, port 8032. Then change your clients URL to http://127.0.0.1:8080/xmlrpc. Jochen -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
