|
|
|
|
|
|
|
|
|
|
xen-api
Re: [Xen-API] using Xen API C bindings
Karl Wang wrote:
sorry for last question.
I made a mistake, in the configuration file, the Xen http server is
commenced
Now, I changed the configuration, it is ok for the server.
I run the build Xen API C binding and run the test as follows:
./test/test_bindings xxxxxx:8005/RPC2 root xxxxx,
I got the results :
:1: parser error : Start tag expected, '<' not found
Not found: RPC2
^
Error: 2SERVER_FAULT Couldn't parse the server response
what I missed in the configuration ?
You need the backend support for the new Xen API. As mentioned before,
this can only be found in xen-3.0.4-testing and xen-unstable. If
running one of these flavors of xen, you can use the test program found
in the bindings by enabling the tcp xmlrpc listener in
/etc/xen/xend-config.sxp, e.g.
(xend-tcp-xmlrpc-server yes)
Regards,
Jim
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
|
|
|
|
|