From: johnt <jo...@sx...> - 2013-10-02 20:43:17
|
Hi all, I'm trying to develop an Android application for webERP and I just want to ask if there are other developers who have tried/on the process of developing one. Here's my progress so far (please feel free to comment): 1. I'm consuming the xml-rpc web services in webERP > api > api_xml-rpc.php using the android-xmlrpc client available in this location: http://code.google.com/p/android-xmlrpc/ <http://code.google.com/p/android-xmlrpc/> 2. I've tried testing the xmlrpc_Login function and, as per API, expected returned value is an integer (Zero means the function was successful. Otherwise, an error code is returned). 3. So far, I'm getting [0] for entering correct username and password; and [1,1] for incorrect username and/or password /(So I hope I'm on the right path)/ 4. Right now, I'm testing the xmlrpc_InsertCustomer function. I will give feedback/questions after my testing. -- View this message in context: http://weberp-accounting.1478800.n4.nabble.com/Android-Application-for-webERP-tp4656788.html Sent from the web-ERP-developers mailing list archive at Nabble.com. |