Integration with Odoo via webservice (XMLRPC)

1
 Hi all, I’m trying to integrate Odoo and Mendix in a application where Odoo is the master. The Mendix app will call Odoo via a webservice to get/post/patch/…. the needed data. I got the url, the api key, the db, the username and the password. However it is no REST and no SOAP. Is there another way than a Java action (I’m not against it but I want to work as low(est)-code as possible but if no other way: where could I find such a java action :)    Thanks!
asked
1 answers
3

Your options are Javascript or Java. For Java you have http://ws.apache.org/xmlrpc/ and for Javascript there is http://gggeek.github.io/jsxmlrpc/

But it would indeed mean that you need to write everything yourself. You might even could make a nice new module out of this project :)

Regards,

Ronald

 

answered