Sha256: 49af176ef1b8d1c62b092266b9fb18dc3f0bf1c61eeb62fbeeb91b96d9ea56da
Contents?: true
Size: 441 Bytes
Versions: 34
Compression:
Stored size: 441 Bytes
Contents
#!/usr/bin/env ruby $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
34 entries across 34 versions & 13 rubygems