Skip to content
forked from etnt/xmlrpc

Erlang XML-RPC library by Joakim Grebenö

License

Notifications You must be signed in to change notification settings

radiumce/xmlrpc

This branch is 1 commit ahead of, 7 commits behind etnt/xmlrpc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

20f1c36 · Feb 20, 2013

History

35 Commits
Sep 15, 2011
Jan 27, 2012
Aug 22, 2011
Feb 20, 2013
Aug 22, 2011
Jan 27, 2012
Sep 15, 2011
Jan 27, 2012
Sep 15, 2011
Jan 27, 2012
Jan 27, 2012

Repository files navigation

XML-RPC client and server for Erlang
====================================

This is an HTTP 1.1 compliant XML-RPC library for Erlang. It is
designed to make it easy to write XML-RPC Erlang clients and/or
servers. The library is compliant with the XML-RPC specification
published by http://www.xmlrpc.org/.

Prior to using this library you need a recent installation of Erlang.
Get it at http://www.erlang.org/.

Run make to compile, then start Erlang as "erl -pa ./ebin".
You are now ready to try the client and server examples in the
examples/ directory.

Run 'make docs' to get edoc-generated HTML documentation under doc/.

Get the latest version of this library at https://github.com/etnt/xmlrpc.

The original author of this library was Joakim Grebenö. It is
currently maintained by Torbjörn Törnkvist. Send questions and/or
suggestions to etnt@redhoterlang.com.

About

Erlang XML-RPC library by Joakim Grebenö

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Erlang 92.1%
  • Java 7.9%