I've installed a fresh OpenERP on an Ubuntu server, with nothing else, on my local network. Works fine.
Is it possible to call/launch a python file (thats contains a call to a OpenERP webservice XML-RPC) with a simple HTTP request ?
In other word : I don't want to install an Apache or any other HTTP server on top of the OpenERP Server : so is it possible to call the python script that would be interpreted by the OpenERP HTTP server, with a simple URL like :
http://myopenerpip:8069/mywebservice.py
and if yes, where should I copy the python file within OpenERP file system ?