xmlrpc_parse_method_response
Description:
public bool xmlrpc_parse_method_response (string method_response, int length, Value value) throws Error
Parses method_response and returns the return value in value.
If 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, xmlrpc_parse_method_response
will return false, but error will be unset.) response could not be parsed, or contained a fault.
Parameters:
| value |
on return, the return value from method_call
|
| length |
the length of method_response, or -1 if it is NUL-terminated |
Returns:
true if a return value was parsed, false if the |
Namespace: Soup
Package: libsoup-2.4