Commit 1d55ef54 authored by Frank Bergmann's avatar Frank Bergmann

- more or less working - maybe I'd have to refactor the routines

  to include an encapsulated "auth_info" to avoid having to add
  more parameters to the routines if that should change...
parent 9c622664
...@@ -693,6 +693,8 @@ ad_proc -private xmlrpc::invoke_method { ...@@ -693,6 +693,8 @@ ad_proc -private xmlrpc::invoke_method {
@return result of the OpenACS proc @return result of the OpenACS proc
@author Vinod Kurup @author Vinod Kurup
} { } {
ns_log Notice "xmlrpc::invoke_method: Invoking method_name=$method_name, arguments=$arguments"
# check that the method is registered as a valid XML-RPC method # check that the method is registered as a valid XML-RPC method
if {![nsv_exists xmlrpc_procs $method_name]} { if {![nsv_exists xmlrpc_procs $method_name]} {
return -code error -errorcode 2 "methodName $method_name doesn't exist" return -code error -errorcode 2 "methodName $method_name doesn't exist"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment