Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/sample/basic/helloworld/client.rb

Revision 1845, 154 bytes (checked in by nahi, 2 years ago)
  • added howto/as_xml sample
  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
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.