[plt-scheme] XML-RPC on PLT 206

From: Matt (mcj4 at kent.ac.uk)
Date: Tue May 11 04:01:33 EDT 2004

Kirk,

1) Try http://www.jadud.com/people/mcj/links/Code/
You'll find links for new documentation (html, pdf) as well as a new PLT
bundle that should install properly on v. 206+.

2) Where did you get the PLT file you're working with? The behavior you're
describing is consistent with trying to install a PLT bundle designed for
an older version of Mz/DrScheme on a more current version. Or, put another
way, the .plt file I had laying around on the net for some time worked in
205, but choked to death in 206.

I'd be interested in knowing where that .plt file came from, as I thought
I managed to remove all of them from the WWW, so as to save others from
bad installation experiences.

Regardless, you'll find the new version should install just fine via the
DrScheme "Install PLT file..." option. You may need to go into your
'collects' directory and remove any remanants of the (failed? boged?)
install.

I get this list in digest mode, and often catch up on it several days at a
stretch; drop me a note if you have any problems.

(ASIDE: Should I be tracking the README that ships with DrScheme to know
when PLT formats change between versions? This took me by surprise the
first time it happened. Or, should I assume that it will change with every
major version number? Basically, what can I keep track of to be a good
citizen?)

Thanks,
Matt

On Mon, 10 May 2004 plt-scheme-request at list.cs.brown.edu wrote:

  |    6. Is xmlrpc.ss supposed to work with PLT 206? (Kirk Miller)

  |
  | Message: 6
  | Date: Mon, 10 May 2004 16:32:51 -0700 (PDT)
  | From: Kirk Miller <kmiller3cop at yahoo.com>
  | To: plt-scheme at list.cs.brown.edu
  | Subject: [plt-scheme] Is xmlrpc.ss supposed to work with PLT 206?
  |
  | Is xmlrpc.ss supposed to work with PLT 206?
  | This site
  | http://evan.prodromou.san-francisco.ca.us/software/net-http/
  |
  | does not respond and I don't see any new updates
  | around.
  | When I run this
  | -------------
  | (require (lib "xmlrpc.ss"
  |          "web-server"))
  |
  | (define userland
  |   (xml-rpc-server "betty.userland.com" 80 "/RPC2"))
  |
  |
  | (define get-state-name (userland
  | 'examples.getStateName))
  |
  | ---------------
  |  in Dr.Scheme I get:
  |
  | Welcome to DrScheme, version 206p1.
  | Language: Pretty Big (includes MrEd and Advanced).
  | . ..\..\Program
  | Files\PLT\collects\web-server\xmlrpc.ss:130:2: module:
  | identifier is already imported in: response?
  |
  | I would be willing to use SOAP if I could find code
  | for it.
  |

________________________________________________________________________
Matt Jadud                             http://www.cs-ed.org/blogs/mjadud/
Canterbury Weather: High 57 F / 14 C, Low 42 F / 6 C, Low-level cloud


Posted on the users mailing list.