「Ruby入門」rubyはwebserviceを呼び出すサンプルコード

rubyコード:
require 'rubygems’
require 'soap/wsdlDriver’

url = “http://localhost:3001/hello_message/wsdl"
client = SOAP::WSDLDriverFactory.new(url).create_rpc_driver
client.addUser('arron’, 26, true, 'startnews24@gmail.com’)

Development

Posted by arkgame