Difference between revisions of "Libraries and tools/RPC"

From HaskellWiki
Jump to navigation Jump to search
m (WebServices moved to RPC)
(Solved double redirect)
 
(8 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
#redirect [[Web]]
{{unknown copyright}}
 
 
== Web Services Libraries ==
 
 
;[http://www.haskell.org/haxr/ HaXR - the Haskell XML-RPC library]
 
:An XML-RPC client and server library. [http://www.xmlrpc.com/ 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."
 
 
;[http://www.dcs.shef.ac.uk/~simonf/HAIFA.html 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.
 

Latest revision as of 14:14, 1 December 2010

Redirect to: