(Un)Marshaller function used by the xml-rpc-gen tool, at the client C stub generated used as XmlRpcInvokeNotify function. The function expect to receive a XmlRpcArray reply, inside an XmlRpcMethodResponse, unmarshall it into a XmlRpcArray value and the call to the process function, defined by XmlRpcProcessArray handler, that is received as an argument at user_data parameter.
|