-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Difference #52
Comments
Hi @meryaam , xml-rpc is a protocol (see http://xmlrpc.scripting.com/spec.html) which is implemented by this library aXMLRPC. odoo seems to have an xmlrpc interface (https://doc.odoo.com/6.0/developer/6_22_XML-RPC_web_services/), so you might be able to use this library. However, you might want to use this fork https://github.com/gturri/aXMLRPC instead, because the development on this repository has been stopped (see #49). Feel free to close this issue if it answer your question. |
@meryaam were you able to connect and fetch from the database? bc i'm still stuck :'( |
@skeppi What code did you try? How does it fail? Which version of aXMLRPC are you using? On which environment (Android, Java ?) did you run your code? |
@gturri Thanx for getting back to me I executed this code https://books.google.co.ma/books?id=CXriCgAAQBAJ&pg=PA40&lpg=PA40&dq=search+method+for+odoo+in+java&source=bl&ots=h5pExCSKXN&sig=9GU1VeFaAyDJtEtfMgDqoWu1SWk&hl=en&sa=X&redir_esc=y#v=onepage&q=search%20method%20for%20odoo%20in%20java&f=false turned out i was putting the permission thing inside the application rather than out now it works fine but I don't understand something like how can i return for example names of the partners because i saw the search read returns long could you help me :'( |
No news from Meryaam for about a month, and skeppi found his answers on #26 => closing this issue |
Hi
I want just know the difference between aXMLRPC and XMLRPC because i want develop an android application interfacing with odoo(OpenErp) which one can i use
The text was updated successfully, but these errors were encountered: