c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15762
[Bug 257581] Re: xml-rpc error code must be an int and not a string
I'm currently implementing an Android application and I just can't use
Java XMLRPC libraries because of if this bug.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/257581
Title:
xml-rpc error code must be an int and not a string
Status in OpenERP Installer:
Won't Fix
Status in OpenERP trunk series:
Won't Fix
Status in OpenERP Server:
Confirmed
Bug description:
at www.xmlrpc.com :
"The <methodResponse> could also contain a <fault> which contains a
<value> which is a <struct> containing two elements, one named
<faultCode>, an <int> and one named <faultString>, a <string>."
Tiny Erp return a string and not an int. It's not very clear on the
xmlrpc website but for exemple the apache java xmlrpc client
understand only integers