Warning: parse_method_call is deprecated.
Parses method_call
to get the name and parameters, and returns the parameter values in a ValueArray
; see also extract_method_call, which is more convenient if you
know in advance what the types of the parameters will be.
Use soup_xmlrpc_parse_request_full
instead.
method_call |
the XML-RPC methodCall string |
length |
the length of |
method_name |
on return, the methodName from |
params |
on return, the parameters from |
success or failure. |