Pages

Wednesday, November 24, 2010

Annoying bug: XML/RPC should return integer faultcodes

from https://bugs.launchpad.net/openerp/+bug/257581

OpenERP doesn't respect the XML-RPC standards, returning a string as faultcodes, this breaks a lot of Java applications integrations according to the bug.


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


9 hours ago:

Changed in openobject-server:
importance:High → Wishlist
milestone:6.0 → none



3 comments:

  1. It's a pity to see OpenERP's competitors to create FUD on OpenERP

    ReplyDelete
  2. I'm not a competitor, I sell OpenERP :D but I'm talking about the truth

    ReplyDelete