c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #05560
[Bug 257581] Re: xml-rpc error code must be an int and not a string
It is totally stupid to put that in the wishlist because it doesn't
respect the XML-RPC standards. Please do it for version 6 because I
always need to patch the server for integration with Java applications.
--
xml-rpc error code must be an int and not a string
https://bugs.launchpad.net/bugs/257581
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenERP Installer: Won't Fix
Status in OpenERP trunk series: Won't Fix
Status in OpenObject 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
Follow ups