Re: [one-users] HELP: How to communicate with ONE XMLRPC?

2011-01-03 Thread Javier Fontan
You can take a look at ruby [1] and python [2] OCA libraries or the management console [3]. This last one is developed in php and may be easier for you to use as an example. [1] they are included in OpenNebula (src/oca/ruby or $ONE_LOCATION/lib/ruby/OpenNebula) [2]

[one-users] HELP: How to communicate with ONE XMLRPC?

2010-12-21 Thread ocoral
Now I'm using ONE as my VMs management tool, I don't like CLI, so I want develop a GUI program based on HTML to communicate with ONE. I know that the ONE had provided the XMLRPC interfaces, but I don't know how to communicate with the XMLRPC listener embedded in ONE. I found some examples in the