Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3971 Visualizzazioni

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
ago 16
4097
0
giu 17
3571
0
giu 17
4693
1
mar 16
4468
1
lug 25
1163