Sha256: d36a294c2522679a9c6aa61981bebaf9212b1ef593b0f1973d23858fb74c571b
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 Bytes
Contents
# encoding: ASCII-8BIT require 'httpclient' require 'soap/rpc/driver' # setup driver url = "https://localhost:17443/" client = SOAP::RPC::Driver.new(url, 'urn:sslhelloworld') client.add_method("hello_world", "from") # load SSL properties client.loadproperty('files/sslclient_require_noserverauth.properties') # SOAP over SSL p client.hello_world(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems