On Thu, 2004-06-10 at 05:32, bagas wrote:
> Dear all,
>
> Could anyone tell me how can I see what XML-RPC send to the Webserver?
>
> I have execute this kind of remote call and send it to a webserver ..
>
> XmlRpcClient xmlrpc = new XmlRpcClient("http://localhost:81");> I cannot see the XML. How can I see the xml? If you're on Unix and have tcpdump: tcpdump -l -xX -s 1024 -i lo port 81 Bye Paolo
