Creates XML-RPC call/response documents

Class Methods
No documentation available
Instance Methods

Converts a Ruby object into a XML-RPC <value> tag

No documentation available

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.

No documentation available