Sha256: 819e68da8cdad4781cd9d9f6895f458ce1f52ed3a54279e91779fc6486ca1866
Contents?: true
Size: 464 Bytes
Versions: 15
Compression:
Stored size: 464 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $serverName = 'MicrosoftSoapToolkitV2' $serverBase = 'http://mssoapinterop.org/stk/InteropB.wsdl' $serverGroupB = 'http://mssoapinterop.org/stk/InteropBtyped.wsdl' require 'clientBase' drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS) methodDefBase(drvBase) drvGroupB = SOAP::RPC::Driver.new($serverGroupB, InterfaceNS) methodDefGroupB(drvGroupB) doTestBase(drvBase) doTestGroupB(drvGroupB) submitTestResult
Version data entries
15 entries across 15 versions & 9 rubygems