summaryrefslogtreecommitdiff
path: root/sample/soap/helloworld/hw_c.rb
blob: 253d0a409bf0e031201099794d01319e500b4970 (plain)
1
2
3
4
5
6
require 'soap/rpc/driver'

s = SOAP::RPC::Driver.new('http://localhost:2000/', 'urn:hws')
s.add_method("hello_world", "from")

p s.hello_world(self.to_s)