# xmlrpc **Repository Path**: wpzhen/xmlrpc ## Basic Information - **Project Name**: xmlrpc - **Description**: Erlang XML-RPC library by Joakim Grebenö. (Note that etnt/xmlrpc is now the canonical repository, not this one.) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-25 - **Last Updated**: 2024-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.