Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > by-pkgid > 4fb2bf23211d5f27ae943c283575a23a > files > 234

ruby-doc-1.8.2-7.5.20060mdk.x86_64.rpm

require 'soap/rpc/driver'

s = SOAP::RPC::Driver.new('http://localhost:2000/', 'urn:hws')
s.add_method("hello_world", "from")
#s.wiredump_dev = STDOUT        # care about binary output.
s.streamhandler.accept_encoding_gzip = true

p s.hello_world(self.to_s)