method to_xmlrpc_response
Return an XML-RPC-formatted response
Contract
Return typewob
No input parameters.
Water Contract
<method to_xmlrpc_response/>

See also: xmlrpc

Return a properly-formed XML-RPC response structure.
<method foo a=req b=req> a.<plus b /> </method>
<foo 20 40 />.<to_xmlrpc_response />
"<methodResponse>&#13;
   <params>&#13;
     <param>&#13;
       <value><int>60</int></value>&#13;
    </param>&#13;
  </params>&#13;
</methodResponse>"