Ruby での XML-RPC の使い方を教えてください。 http://q.hatena.ne.jp/1164694910の続きです。 http://garyo.boy.jp/ruby/XMLRPCserver.rb 上記にアクセスすると 405 Method Not Allowed Unexpected error occured while processing XML-RPC request! と表示されるのでCGIは動いているのですが、 >|ruby| require 'xmlrpc/client' client = XMLRPC::Client.new2('http://garyo.boy.jp/ruby/XMLRPCserver.rb') #client = XMLRPC::Client.new2('http://localhost:8080/XMLRPCserver.rb'