Sha256: 56acccd28f29af8a0e4f60849e2f22d8aa42fa8c5ffcac010cdcc48b389a7244
Contents?: true
Size: 335 Bytes
Versions: 7
Compression:
Stored size: 335 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_require_noserverauth.properties') # SOAP over SSL p client.hello_world(__FILE__)
Version data entries
7 entries across 7 versions & 2 rubygems