[racket] help using xml-rpc:1:2

From: Maurizio Giordano (maurizio.giorda at gmail.com)
Date: Mon Jan 16 06:16:42 EST 2012

(reposted to racket user list)

Hi Jay, hi all

to tell the truth, some time ago I was looking for a SOAP package in
plt/racket, but there's no one. So I started using/testing your
xmlrpc pkg (and the older one as well).
In my current project I am developing a WS-BPEL engine
in Racket Scheme ... this is why I needed soap client/server
libraries.
Right now I found some lisp opensource implementations of SOAP.
Therefore now my intention is to study them and at the same time
to look at your xmlrpc package source (I have no experience in
racket webservers, servlets and http-based communication).
The result should be (I hope) a new package implementing (at least) soap
clients routines in Racket.
If this work will take too much time, I could always use your xmlrpc
pkg on different machine with the same Racket distribution.

Thank you,
Cheers,

Maurizio.

PS: In my opinion, it would be fine in a future to have in Racket
a better support of  WS libraries  and tools

2012/1/14 Jay McCarthy <jay.mccarthy at gmail.com>

> Hi Maurizio,
>
> I made that package to fix some compatibility problems with the older
> version. I just tried to install it and update it, but it spawned off
> the installation of about 500 other planet packages (including 25
> version of schemeunit) with numerous errors.
>
> Some of the core functionality of that package is really down by other
> planet packages that have been abandoned. It would be best to just
> rewrite it, in my mind. And I have don't have the time to do it right
> now.
>
> If you find some other solution, I'm happy to update the package with it.
>
> Jay
>
> On Fri, Jan 13, 2012 at 6:16 AM, Maurizio Giordano
> <maurizio.giorda at gmail.com> wrote:
> > Hi All,
> > Hi Jay,
> >
> > I tried to download/install the (jaymccarthy) xml-rpc (1.2) planet
> > package in my racket (v.5.1) and I get the following error:
> >
> >> (require (planet jaymccarthy/xml-rpc:1:2))
> >
> .racket/planet/300/5.1/cache/jaymccarthy/xml-rpc.plt/1/2/server-core.rkt:50:5:
> compile: unbound identifier in module in: make-response/full
> >
> > === context ===
> > standard-module-name-resolver
> > standard-module-name-resolver
> > standard-module-name-resolver
> > <homedir>/racket/collects/racket/private/misc.rkt:85:7
> >
> > I downloaded/installed/tested the same package in racket v.5.0.1 and it
> > works fine.
> >
> > Do you now if the xml-rpc package works in racket v.5.2 as well?
> >
> > Note:
> > I am using different racket versions (under Ubuntu Linux)
> > since I am testing xmlrpc client and servers programs running on
> > different machines.
> > I also used in racket 5.1 the xmlrpc (schematics) package but I am
> > experiencing some incompatibilities between the two packages.
> >
> > Thanks for any help you can offer,
> >
> > Cheers,
> >
> > Maurizio
> >
> > ____________________
> >  Racket Users list:
> >  http://lists.racket-lang.org/users
>
>
>
> --
> Jay McCarthy <jay at cs.byu.edu>
> Assistant Professor / Brigham Young University
> http://faculty.cs.byu.edu/~jay
>
> "The glory of God is Intelligence" - D&C 93
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120116/9d232a97/attachment.html>

Posted on the users mailing list.