Sets the status code and response body of msg
to indicate a successful XML-RPC call, with a return value given by
value
.
To set a fault response, use message_set_fault.
See build_request for serialization details.
If value
is floating, it is consumed.
msg |
an XML-RPC request |
value |
a Variant |
|