Sha256: 411ce0b69d8ac2b1a7c1332ccfbc10468981b2f08c4c7bf80c6d4fd4ea6e5ae0
Contents?: true
Size: 443 Bytes
Versions: 34
Compression:
Stored size: 443 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'MSASPdotNETWebServices' $serverBase = 'http://www.mssoapinterop.org/asmx/simple.asmx' $serverGroupB = 'http://www.mssoapinterop.org/asmx/simpleB.asmx' 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