Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

ANN: Rugby 4.4exp with XML-RPC

 [1/4] from: koopmans:itr:ing:nl at: 13-Dec-2001 11:09


Hi, Done already! That was easy thanks to the excellent work of Gavin and Adreas. Rugby is your one-stop broker for Rebol. Download the current version at www.rebolforces.com/~erebol This experimental at www.rebolforces.com/~erebol/rugby44exp.tar.gz What's new: - Added an option with-xmlrpc to serve to trigger xmlrpc serving - As a side effect the functions parse-xml+ and xml-to-object are available - xmlrpc-exec (the client side xmlrpc) is included as well Basically I included the xml stuff from Gavin and the XML-RPC stuff from Andreas. For details about XML-RPC in REBOL, check out http://earl.strain.at/spaces/rebXR Enjoy! --Maarten

 [2/4] from: petr::krenzelok::trz::cz at: 13-Dec-2001 11:32


Hi Maarten, maybe good to post note on www.scripting.com .... as for xml-rpc usage - how should we call the server? func-name/http/xml-rpc? is it allowed? or just func-name/xml-rpc? does it use http automatically? btw: have you thought already about possible change from get-result-html-secure-another-word-and-its-strict-ordering into somethin like get-result/html/secure/ - simply refinement based calls, to allow free order of parameters without the need to remember the combination? -pekr- Maarten Koopmans wrote:

 [3/4] from: koopmans:itr:ing:nl at: 13-Dec-2001 12:12


Hey Petr, I'll post it there if I find the time. You can call it using Andreas xmlrpc-exec (included for convenience). --Maarten

 [4/4] from: andreas:bolka:gmx at: 13-Dec-2001 13:31


> Done already! That was easy thanks to the excellent work of Gavin and > Adreas.
Thanks for your great work, Maarten! I've already thought about integrating XML-RPC with Rugby, but you've been way faster ;) -- Regards, Andreas