A lightweight Java XML-RPC client for the use with Android. Since there is absolutely no dependency to any android specific library (and I assure, that it never will have any), it also works fine in normal Java applications. Read the README.md file for more information.
Hi. So I'm using axmlrpc to connect android to odoo. When trying to create a model, I encounter this error.
de.timroes.axmlrpc.XMLRPCException: No serializer found for type 'com.mark.busworld.DatabaseHandler'.
at de.timroes.axmlrpc.serializer.SerializerHandler.serialize(SerializerHandler.java:193)
W/System.err: at de.timroes.axmlrpc.Call.getXMLParam(Call.java:91)
at de.timroes.axmlrpc.Call.getXML(Call.java:67)
at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:664)
at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:467)
W/System.err: at com.mark.busworld.SignUp$2$1.run(SignUp.java:372)
at java.lang.Thread.run(Thread.java:919)
Hi. So I'm using axmlrpc to connect android to odoo. When trying to create a model, I encounter this error.
de.timroes.axmlrpc.XMLRPCException: No serializer found for type 'com.mark.busworld.DatabaseHandler'. at de.timroes.axmlrpc.serializer.SerializerHandler.serialize(SerializerHandler.java:193) W/System.err: at de.timroes.axmlrpc.Call.getXMLParam(Call.java:91) at de.timroes.axmlrpc.Call.getXML(Call.java:67) at de.timroes.axmlrpc.XMLRPCClient$Caller.call(XMLRPCClient.java:664) at de.timroes.axmlrpc.XMLRPCClient.call(XMLRPCClient.java:467) W/System.err: at com.mark.busworld.SignUp$2$1.run(SignUp.java:372) at java.lang.Thread.run(Thread.java:919)
Do you have any idea on how to fix this?