Hello Antonio,
Nice to read your post. Currently I'm working on fundamentals, setting up xml-rpc in a box with Naviserver and OACS 5.9.
I've created a new package (i.e. application) and added a few /tcl/ad-procs with some basic samples, requests and responses such as: authentications, sum() and helloworld() functions;
I'm following the documentation available at xml-rpc/www/doc/index.html. Any help is appreciated.
Once the basics get settle, the goal will be to bring IATA NDC XML standard into OACS as a package library perhaps.
Feel free to register at www.iurix.com. I'll give SWA. At ndc.iurix.com/ you will see the webservice application. The index page calls xml_rpc .
catch {xmlrpc::remote_call www.iurix.com/RPC2 system.add -int 4 -int 44} result
That catch returns a few errors within error.log. Somehow it's related to ns_xml and tdom. I'm still debugging it.
Should we keep this thread as a raw documentation source?
Best wishes