gturri / aXMLRPC

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.
www.timroes.de
MIT License
145 stars 74 forks source link

aXMLRPC #114

Closed makoysof closed 2 years ago

makoysof commented 3 years ago

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?

gturri commented 3 years ago

Hi, This error means that the response from the server is incorrect. In order to know more about what is going on you should try using the debug flag