Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
4322 Weergaven

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
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
aug. 16
4450
0
jun. 17
3853
0
jun. 17
5135
1
mrt. 16
5044
1
jul. 25
2036