elangovancm / android-xmlrpc

Automatically exported from code.google.com/p/android-xmlrpc
0 stars 0 forks source link

Cannot login to OpenERP in android #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

Original issue reported on code.google.com by thejasw...@gmail.com on 28 Dec 2013 at 9:05

GoogleCodeExporter commented 8 years ago
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!

Original comment by abdelmal...@gmail.com on 8 Mar 2014 at 7:58