[plt-scheme] Scheme and Directory Services

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Tue Nov 5 13:10:10 EST 2002

--- "Lear, Russell" <Russell.Lear at usa.xerox.com>
wrote:
> I'd like to communicate with some existing (java)
> applications that use SOAP
> and LDAP.

There isn't an implementation of SOAP yet, but there
is its close cousin XML-RPC:

 
http://www.cs.indiana.edu/~mjadud/papers/xchemerpc.html

The general XML/net libraries in PLT Scheme are great.
 Checkout SSAX and WebIt!  Google and thee shall find.

No LDAP bindings I'm aware of but building bindings to
OpenLDAP

  http://www.openldap.org/

using SWIG

  http://www.swig.org/

will probably be quite easy.

Noel

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


Posted on the users mailing list.