Se rendre au contenu
Menu
Cette question a été signalée

I am working in odoo mobile application development.


I use XML-RPC Web-service from this document 

https://www.odoo.com/documentation/8.0/api_integration.html


My sample xml-rpc connection code

XMLRPCClient client = new XMLRPCClient("http://test.xxxxxxx.in/xmlrpc/2/object");
response =  client.call("execute_kw",Constant.db_name,user,password,
 "product.product","get_root_category", Collections.emptyList());
 

I want cancel this xml-rpc connection at run-time?

Any body help me. Thanks

Avatar
Ignorer
Publications associées Réponses Vues Activité
0
août 16
4456
0
juin 17
3865
0
juin 17
5142
1
mars 16
5056
1
juil. 25
2051