[
https://issues.apache.org/jira/browse/XMLRPC-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499653
]
Till Klampaeckel commented on XMLRPC-142:
-----------------------------------------
"<value>s can be scalars, type is indicated by nesting the value inside one of
the tags listed in this table:"
Source:
http://www.xmlrpc.com/spec
> Wrong format of XMLRPC fault
> ----------------------------
>
> Key: XMLRPC-142
> URL: https://issues.apache.org/jira/browse/XMLRPC-142
> Project: XML-RPC
> Issue Type: Bug
> Affects Versions: unspecified
> Environment: Gentoo Linux (latest stable kernel)
> Reporter: Till Klampaeckel
>
> <?xml version="1.0"?>
> <methodResponse>
> <fault>
> <value>
> <struct>
> <member>
> <name>faultString</name>
> <value>java.lang.ClassCastException: java.lang.Integer</value>
> </member>
> <member>
> <name>faultCode</name>
> <value><int>0</int></value>
> </member>
> </struct>
> </value>
> </fault>
> </methodResponse>
> The part "<value>message</value>" should be
> "<value><string>message</string></value>"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.