Sha256: c8073be4f31b0c30aefb2fc29c23d92a3c00c23fcc420e655cdeb5a7ec2f0626

Contents?: true

Size: 421 Bytes

Versions: 7

Compression:

Stored size: 421 Bytes

Contents

#!/usr/bin/env ruby

$KCODE = 'SJIS'

require 'soap/rpc/driver'
require 'INetDicV06'; include INetDicV06

server = 'http://btonic.est.co.jp/NetDic/NetDicv06.asmx'
wiredump_dev = STDERR       # STDERR

dic = SOAP::RPC::Driver.new(server, INetDicV06::InterfaceNS)
dic.wiredump_dev = wiredump_dev
dic.default_encodingstyle = ::SOAP::EncodingStyle::ASPDotNetHandler::Namespace
INetDicV06::add_method(dic)

p dic.GetDicList()

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
soap4r-spox-1.6.0 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-2.0.5 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-2.0.3 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-2.0.2 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-2.0.1 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-2.0.0 sample/showcase/soap/netDicV06/netDicV06.rb
soap4r-ruby1.9-1.0.0 sample/showcase/soap/netDicV06/netDicV06.rb