root/trunk/sample/basic/helloworld/client.rb
| Revision 1845, 154 bytes (checked in by nahi, 2 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | require 'soap/rpc/driver' |
| 2 | |
| 3 | s = SOAP::RPC::Driver.new('http://localhost:2000/', 'urn:hws') |
| 4 | s.add_method("hello_world", "from") |
| 5 | |
| 6 | p s.hello_world(self.to_s) |
Note: See TracBrowser for help on using the browser.