Index: openacs-4/packages/xml-rpc/www/doc/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xml-rpc/www/doc/index.adp,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/xml-rpc/www/doc/index.adp 9 May 2019 09:18:34 -0000 1.2 +++ openacs-4/packages/xml-rpc/www/doc/index.adp 27 Apr 2022 16:52:55 -0000 1.2.2.1 @@ -135,9 +135,9 @@ xmlrpc::invoke_method checks to be sure the method is registered and then attempts to call the OpenACS proc
  • xmlrpc::invoke catches any errors from this -attempt and creates a XML-RPC fault to return to the client if so. +attempt and creates an XML-RPC fault to return to the client if so. If there was no error, then xmlrpc::respond is called -to format the result as a XML-RPC response.
  • +to format the result as an XML-RPC response.
  • xmlrpc::construct does the heavy work of converting the TCL results back into valid XML-RPC params
  • Finally, if no errors occur in this process, the result is returned to the client as text/xml