[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XML-RPC



MJ Ray <markj@cloaked.freeserve.co.uk> writes at 15:37 21-Mar-2002 +0000:
> Is anyone currently working on (or have completed) an XML-RPC client module
> for PLT Scheme?  Given the xml and net collections, it doesn't look too hard
> to do, but I'd rather avoid repeating work if someone has a suitable
> implementation working already.

Coincidentally, just yesterday I started looking into implementations of
SOAP (a stockier relative of XML-RPC that I don't yet know whether I'd
want to advocate)...

I didn't see any XML-RPC implementations for PLT, but if you're going to
roll your own, you may want to take a look at Evan Prodomou's one for
Guile:

    http://evan.prodromou.san-francisco.ca.us/software/

In addition to the XML parsing support bundled with PLT, I'm also
looking at Oleg's XML tools, which appear to include a full-blown
validating parser:

    http://okmij.org/ftp/Scheme/xml.html
    http://www196.pair.com/lisovsky/download/ssax/ssax-plt-49.tgz

A small test program included with the PLT port of SSAX appears to run
under PLT 200 after a few minor and obvious tweaks.  I've not yet
evaluated its correctness.

-- 
                                                        Neil W. Van Dyke
                                             http://www.neilvandyke.org/