Warning: parse_method_response is deprecated.
Parses method_response and returns the return value in value.
Use parse_response instead.
If method_response is a fault, value will be unchanged, and throws will be
set to an error of type soup_xmlrpc_fault, with the error code containing the fault code,
and the error message containing the fault string. (If method_response cannot be parsed at all,
parse_method_response will return false, but
throws will be unset.)
| method_response |
the XML-RPC methodResponse string |
| length |
the length of |
| value |
on return, the return value from |
|
true if a return value was parsed, false if the response could not be parsed, or contained a fault. |