0
votes

I'm unable to activate xmlrpc function on OpenERP, When I try to request http://my.ip.addres/xmlrpc returns a "404 not found" Error.

I'm using it on ubuntu. Installed by apt-get. Here is my /etc/openerp/openerp-server.conf file

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = 127.0.0.1
db_port = False
db_user = openerp
db_password = openerp

xmlrpc = True
xmlrpc_port = 8069

What I am doing wrong?

1

1 Answers

1
votes

You have to use socket connection to access data via xmlrpc

Check this link