[
https://issues.apache.org/jira/browse/XMLRPC-142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jochen Wiedmann resolved XMLRPC-142.
------------------------------------
Resolution: Won't Fix
> 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.