Sha256: 49802332bd7c7b22502331d0ebd82c2a419d10820051d13b950f04ac95520991
Contents?: true
Size: 337 Bytes
Versions: 5
Compression:
Stored size: 337 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.properties') # SOAP over SSL p client.hello_world(__FILE__)
Version data entries
5 entries across 5 versions & 1 rubygems