∟Defining Returning Values of a Remote Method Call
This section describes how returning values of a remote method call can be defined in XML format. The root element name is 'methodResponse'.
The third item of the XML-RPC specification is about how to define returning values of a remote method call in XML format.
XML-RPC defines returning values of a method call as
an XML element called "methodResponse". The structure of "methodResponse is very similar to
"methodCall". But only one "param" is allowed inside "params" as shown in the following XSD file: