This is what I am getting when trying to acess odoo9 community edition installation from wordpress via xml-rpc api. Have set it in the configuration by adding the following code to openerp-server.conf
xmlrpc = true
xmlrpc_port=8069
I have checked my wordpress root contains xmlrpc.php file and .htaccess doesn't block it.
odoo is installed on AWS ubuntu Instance. 8069 port is open for inbound and outbound traffic and odoo is accessible from the browsers. but the endpoint
http://server-ip:8069/xmlrpc/2/common
is generating error 404.
I have checked the openerp/services directory, it has wsgi_server.py file but not web_services.py file. Is it the reason. The odoo is upto date and has been updated 4-5 times since it is installed.
Does it present any thing solution?