Skip to content
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

Closed
meryaam opened this issue Mar 17, 2016 · 5 comments
Closed

Difference #52

meryaam opened this issue Mar 17, 2016 · 5 comments

Comments

@meryaam
Copy link

meryaam commented Mar 17, 2016

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

@gturri
Copy link
Owner

gturri commented Mar 17, 2016

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.

@skeppi
Copy link

skeppi commented Apr 9, 2016

@meryaam were you able to connect and fetch from the database? bc i'm still stuck :'(

@gturri
Copy link
Owner

gturri commented Apr 9, 2016

@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?

@skeppi
Copy link

skeppi commented Apr 9, 2016

@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 :'(

@gturri
Copy link
Owner

gturri commented Apr 11, 2016

No news from Meryaam for about a month, and skeppi found his answers on #26 => closing this issue

@gturri gturri closed this as completed Apr 11, 2016
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants