Re: [libvirt] [PATCH] esx: Dump the raw response in case of an SOAP fault

2010-01-08 Thread Daniel Veillard
On Tue, Jan 05, 2010 at 03:01:06AM +0100, Matthias Bolte wrote: Currently only the faultcode and faultstring are deserialized, the detail part is ignored. The implementation of many new SOAP types would be necessary to deserialize the detail part correctly. As an intermediate solution the raw

[libvirt] [PATCH] esx: Dump the raw response in case of an SOAP fault

2010-01-04 Thread Matthias Bolte
Currently only the faultcode and faultstring are deserialized, the detail part is ignored. The implementation of many new SOAP types would be necessary to deserialize the detail part correctly. As an intermediate solution the raw response is dumped to the debug log. --- src/esx/esx_vi.c |6