[plt-scheme] Is xmlrpc.ss supposed to work with PLT 206?

From: Kirk Miller (kmiller3cop at yahoo.com)
Date: Mon May 10 19:32:51 EDT 2004

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.




	
		
__________________________________
Do you Yahoo!?
Win a $20,000 Career Makeover at Yahoo! HotJobs  
http://hotjobs.sweepstakes.yahoo.com/careermakeover 


Posted on the users mailing list.