@Niki600,
I guess REST would be a good fit. Probably Tiny team was unaware of it when it created the WS layer back around 2003. Nevertheless, the XML/RPC is not too far from being Restful, and you can even have REST read mode for free in several formats using things such as OOOR: http://code.google.com/p/ooor/ Now, Python has bad support for SOAP (especially namespaces, auth methods, complex nested types...) Which seem to work well only with Java/.Net. Still SOAP was often overkill too.My feeling is that it's now being abandonned. New projects tend to use REST with eventually defined data formats, which is closer to what OpenERP does. So I hope migration from RPC/RPC to REST will slowly be made (depends on you all folks). Meanwhile, we are happy with OOOR. ------------------------ Raphaël Valyi CEO and OpenERP consultant at http://www.akretion.com -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=45542#45542 -------------------- m2f --------------------
_______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman2/listinfo/tinyerp-users
