Issue 45 in android-xmlrpc: Cannot login to OpenERP in android

25 views
Skip to first unread message

android...@googlecode.com

unread,
Dec 28, 2013, 4:05:41 AM12/28/13
to android-x...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 45 by thejasw...@gmail.com: Cannot login to OpenERP in android
http://code.google.com/p/android-xmlrpc/issues/detail?id=45

Hi,

I am using your OpenErpConnect Class to login to the server. But I always
get an html in the response. Response code is 200, but ends with html.

Below is my code,

OpenErpConnect op = OpenErpConnect.connect("http://192.168.100.29:8069/",
8069, "DevDB", "admin", "openerp");

And in XMLRPClient,

URL loginUrl = new URL("http://192.168.100.29:8069/");
XMLRPCClient client = new XMLRPCClient(loginUrl);
Integer id = (Integer)client.call("login", db, user, pass);
connection = new OpenErpConnect(server, port, db, user, pass, id);
But in the third line it is failing to login

Can any body tell me where I am going wrong. I am struggling from days for
this



--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

android...@googlecode.com

unread,
Mar 8, 2014, 2:58:20 AM3/8/14
to android-x...@googlegroups.com

Comment #1 on issue 45 by abdelmal...@gmail.com: Cannot login to OpenERP in
android
http://code.google.com/p/android-xmlrpc/issues/detail?id=45

hi,
I want to connect to openerp sever and show the openerp login page in
the mobile using android application

please I neeeeeeed your help
thanks!
Reply all
Reply to author
Forward
0 new messages