[
https://issues.apache.org/jira/browse/XMLRPC-142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499583
]
Jochen Wiedmann commented on XMLRPC-142:
----------------------------------------
I do not think so. IMO, this is a special case of string values, which *may*
use trhe <string> tag, but do not need to do. If you think otherwise, please
supply a quote that supports your opinion. Otherwise, I'll close the issue
within two weeks.
> 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.