@antonio.garcia, the code of the server is in server/bin/netsvc.py
Note that usually you don't need to hack the code there (although it would be better if OpenERP was WSGI compliant which seems a simple patch especially say to put the server on a Java server behind Modjy), indeed you generally can easily add extra callable methods as object methods (or controllers) or even osv_memory object methods if you only need a webservice entry point to a custom Python method, thus you can easily package your webservices inside standard modules. Hope this helps Raphaël Valyi ------------------------ http://www.smile.fr -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=33933#33933 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
