Sha256: a7e0cbef2cceee74f20cdcdbb631493594376f4db2888e7536a5c4541fbc1b85
Contents?: true
Size: 466 Bytes
Versions: 15
Compression:
Stored size: 466 Bytes
Contents
#!/usr/bin/env ruby # encoding: ASCII-8BIT $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
15 entries across 15 versions & 9 rubygems