Libraries and tools/RPC

From HaskellWiki
< Libraries and tools
Revision as of 17:06, 22 March 2006 by BjornBringert (talk | contribs) (Moved web services libraries stuff to a separate page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The copyright status of this work is not known. Please help resolve this on the talk page.

Web Services Libraries

HaXR - the Haskell XML-RPC library
An XML-RPC client and server library. XML-RPC is "remote procedure calling using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned."
HAIFA
HAIFA is an implementation of parts of the web-service architecture in Haskell. Notably it includes an XML serializer, a partial implementation of XML Schema and SOAP/1.1.