Parses method_response and returns the return value.
If method_response is a fault, null is returned, and throws
will be set to an error in the soup_xmlrpc_fault domain, with the error code containing the
fault code, and the error message containing the fault string. If method_response cannot be parsed,
null is returned, and throws will be set to an error in the
soup_xmlrpc_error domain.
See parse for deserialization details.
| method_response |
the XML-RPC methodResponse string |
| length |
the length of |
| signature |
A valid Variant type string, or null |
|
a new (non-floating) Variant, or null |