[Users] How to peek inside the XML-RPC

Laszlo Hornyak lhornyak at redhat.com
Wed Feb 22 15:44:03 UTC 2012


Hi!

This is my solution:
 - disable ssl http://www.ovirt.org/wiki/OVirt_-_disable_SSL_in_VDSM
 - run wireshark

Laszlo

----- Original Message -----
> From: "Livnat Peer" <lpeer at redhat.com>
> To: "Deepak C Shetty" <deepakcs at linux.vnet.ibm.com>
> Cc: users at ovirt.org, vdsm-devel at lists.fedorahosted.org
> Sent: Wednesday, February 22, 2012 4:28:20 PM
> Subject: Re: [Users] How to peek inside the XML-RPC
> 
> On 22/02/12 08:36, Deepak C Shetty wrote:
> > Hi,
> >     Asking this on both the ovirt and vdsm mailing lists.
> > 
> > What is the right way to get a debug output or dump of the XML-RPC
> > that is being sent between ovirt and vdsm, either from the ovirt
> > side
> > and/or from the vdsm side ?
> > 
> > Is there any way of dumping the xml-rpc being sent between
> > ovirt-vdsm
> > 
> > Any pointers appreciated.
> > 
> 
> You can try adding in
> <JBOSS_HOME>/standalone/configuration/standalone.xml
> 
>             <logger category="org.apache.commons.httpclient">
>                 <level name="ALL"/>
>             </logger>
> 	    <logger category="org.apache.xmlrpc">
>                 <level name="ALL"/>
>             </logger>
> 
> 
> Livnat
> 
> 
> > thanx,
> > deepak
> > 
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users
> 
> _______________________________________________
> Users mailing list
> Users at ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
> 



More information about the Users mailing list