跳至內容
選單
此問題已被標幟
1 回覆
4150 瀏覽次數

Hi,

When using the Odoo web services, is it possible to show the XML file which is sent to Odoo?

I need to build that file because I don't have any library which builds it.

Thanks,

David

頭像
捨棄
最佳答案

You can use wireshark to reverse engineer the way odoo web service communicate. Or just you can read and learn the code of one from many odoo connectors available out there.

Java : https://github.com/kanderson450/odoo-java-api/blob/master/src/main/java/org/apothem/odoo/OdooXmlRpcProxy.java

PHP : https://github.com/gabrielponto/openerp-php-xmlrpc/tree/master/xmlrpc

NODE.js https://github.com/faisalsami/odoo-xmlrpc

python https://pypi.python.org/pypi/OERPLib/



頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
7月 17
2623
0
3月 15
4259
3
3月 15
6945
1
11月 22
4381
3
9月 22
20425