On Thu, Mar 29, 2007 at 08:58:48AM -0400, Ray Kelm wrote:
I've had some success using the apache xml-rpc library to access xen
with version 3.0.4. There were a few gotchas, such as having to enable
extension support because xend was sending back nil as a result, which
is only valid if extensions are enabled. Unfortunately, it appears
that xend was not honoring the fact that extension support is
negotiated.
For the Xen-API work, we're using this spec:
http://www.xmlrpc.com/spec
which doesn't include <nil/>. I'd consider anything that was returning nil to
be a bug.
Ewan.