Sha256: 32e95e95ee02f7b5ada0524aaab3ce6687a3966f6f67497fae0c9a8e40432871
Contents?: true
Size: 367 Bytes
Versions: 5
Compression:
Stored size: 367 Bytes
Contents
# encoding: ASCII-8BIT 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
5 entries across 5 versions & 1 rubygems