xmlrpc::invoke (private)
xmlrpc::invoke xml
Defined in packages/xml-rpc/tcl/xml-rpc-procs.tcl
Take the XML-RPC request and invoke the method on the server. The methodName element contains the Tcl procedure to evaluate. The method is called from the global stack level.
- Parameters:
- xml (required)
- XML-RPC data from the client
- Returns:
- result encoded in XML and ready for return to the client
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.