summaryrefslogtreecommitdiff
path: root/sample/soap/helloworld/hw_c_gzip.rb
diff options
context:
space:
mode:
Diffstat (limited to 'sample/soap/helloworld/hw_c_gzip.rb')
-rw-r--r--sample/soap/helloworld/hw_c_gzip.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/sample/soap/helloworld/hw_c_gzip.rb b/sample/soap/helloworld/hw_c_gzip.rb
deleted file mode 100644
index 3335b5f571..0000000000
--- a/sample/soap/helloworld/hw_c_gzip.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-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)