How do I check if xml-rpc are working on OpenERP 7?
问题 I'm trying to figure out if my server is accepting or not xmlrpc request. What I know is that when I try to access http://my_ip:8069/xmlrpc/common or http://my_ip:8069/xmlrpc/object on my browser I get a "File not found error". Is that what is expected? Do I have to start my server with any flag to start xml-rpc suport? Here is my openerp-server.conf admin_passwd = my_pass db_host = False db_port = False db_user = openerp db_password = False addons_path = /opt/openerp/v7/addons,/opt/openerp