Posted By: Erik Hollensbe
Date: 2007-10-26 22:30
Summary: libxml-xmlrpc released
Project: libxml-tools

LibXML XML-RPC is a package to provide similar functionality to the XML-RPC layer that already exists in ruby, but built on the faster LibXML2 bindings via the libxml-ruby project.

Using it is fairly simple:

client = XML::XMLRPC::Client.new('example.org', '/myweblog/xmlrpc.php')
client.rpcMethod(1,2,3) # converts native types
client.rpcMethod2([1,2,3]) # all natives that XML-RPC supports -- including arrays
response = client.rpcMethod3({ :Foo => 1, "Bar" => 2 }) # and structs

# and has enumerable report for the responses:

response.each do |x|
p x
end

Latest News
icalendar 1.4.0 Released
    Ryan Ahearn - 2013-05-21 23:17
BinData 1.5.0 - source moved to github
    Dion Mendel - 2013-05-21 11:10
v13.5.0 Released !!
    id 774 - 2013-05-18 12:28
Runt v0.9.0 Released
    Matthew Lipper - 2013-05-17 00:11
kramdown 1.0.2 released
    Thomas Leitner - 2013-05-09 06:58

 

Forums | Admin

Discussion Forums: libxml-xmlrpc-released

Start New Thread Start New Thread

 

Topic Topic Starter Replies Last Post