Sha256: 7b72a456441dd2c81e7ae83748519197ad546d821683666c139f96465956fd76
Contents?: true
Size: 344 Bytes
Versions: 7
Compression:
Stored size: 344 Bytes
Contents
require 'httpclient' require 'soap/rpc/driver' # setup driver url = ARGV.shift || "https://localhost:17443/" client = SOAP::RPC::Driver.new(url, 'urn:sslhelloworld') client.add_method("hello_world", "from") # load SSL properties client.loadproperty('files/sslclient_with_clientauth.properties') # SOAP over SSL p client.hello_world(__FILE__)
Version data entries
7 entries across 7 versions & 2 rubygems