Cool! Dave, writing wrapper procs doesn't sound like a problem, but,
which of the various xmlrpc or soap packages would you recomend I use?
Since I definitely want to be able to make remote function
calls to AOLserver from both AOLserver and a tclsh script,
should I start by trying to use
tclSOAP,
Steve Ball's xmlrpc, or some other Tcl-based toolkit for everything,
both in tclsh and AOLserver? Or should I just use ns_xml and
ns_xmlrpc inside AOLserver, and pick some entirely separate tool to
use from tclsh?
I'd greatly appreciate comments from people with the experience to
compare/contrast the different implementations available...