Sha256: cb8ce25c9ac45562163fd4c788e0809593e01047e8692bd209f7d870ced30a9a
Contents?: true
Size: 454 Bytes
Versions: 34
Compression:
Stored size: 454 Bytes
Contents
#!/usr/bin/env ruby $serverName = 'JAX-RPC' $serverBase = 'http://soapinterop.java.sun.com:80/round2/base' $serverGroupB = 'http://soapinterop.java.sun.com:80/round2/groupb' $noEchoMap = true require 'clientBase' drvBase = SOAP::RPC::Driver.new($serverBase, InterfaceNS) methodDef( 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