XmlRPCServer
XmlRPCServer is a server side implementation for the XmlRPC package developed by Shawn Wagner. This package provides methods to transform between OCaml data-types and their XmlRPC representation, and visa versa. In addition it provide the client side functionality which enables OCaml clients to call servers written in other languages using XmlRPC. However the current version of the package does not support writing the server side in OCaml, unless you do most of the work yourself.
[ Homepage ]
| Author: | Hans Ole Rafaelsen. |
| Last modification date: | 02-Feb-2003 |
| Version: | 0.1.0 |
| Development status: | Beta |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Open Source :: GPL | |
| Topic: | XML :: XML protocols |
| Homepage: | http://www.simula.no/~hans/ocaml/xmlrpc/ |