methodResponse(is_ret, *params)
Instance Public methods
Generates a XML-RPC methodResponse document
When is_ret is false then the params
array must contain only one element, which is a structure of a fault
return-value.
When is_ret is true then a normal return-value of
all the given params is created.