Forum .LRN Q&A: Re: XML-RPC Procs for OpenACS/dotLRN

Collapse
Posted by Malte Sussdorff on
This is highly useful and no standard way exists at the moment, so feel free to draft up a standard. I'd envision a /packages/mypak/tcl/mypak-rpc.tcl file where all XML-RPC related code is stored for this package. The xmlrpc handling package should then load the mypak-rpc files and provide the functions at the designated URLs. Hope this makes sense.