Sha256: f827a7edc370bd5b4b3231a23a84bed137b82ad5d8c462611d3f4eae6954b121
Contents?: true
Size: 476 Bytes
Versions: 5
Compression:
Stored size: 476 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT require 'defaultDriver.rb' endpoint_url = ARGV.shift obj = HwsPort.new(endpoint_url) # Uncomment the below line to see SOAP wiredumps. # obj.wiredump_dev = STDERR # SYNOPSIS # hello_world(from) # # ARGS # from String - {http://www.w3.org/2001/XMLSchema}string # # RETURNS # from String - {http://www.w3.org/2001/XMLSchema}string # from = "hwsClient" puts obj.hello_world(from)
Version data entries
5 entries across 5 versions & 1 rubygems