Sha256: 7383a4e87d446cf3ea229c415be3c072e9550be43c9beb52f9836ef8f0b45531
Contents?: true
Size: 314 Bytes
Versions: 7
Compression:
Stored size: 314 Bytes
Contents
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
7 entries across 7 versions & 2 rubygems