mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
af2dc00300
methods as delegates to WEBrick. * test/soap/calc/{test_calc.rb,test_calc2.rb}, test/soap/helloworld/test_helloworld.rb, test/wsdl/datetime/test_datetime.rb, test/wsdl/raa/test_raa.rb: follow the change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |
||
---|---|---|
.. | ||
RAA.rb | ||
raa.wsdl | ||
RAAServant.rb | ||
RAAService.rb | ||
README.txt | ||
test_raa.rb |
RAAServant.rb: based on the file which is generated with the following command; bin/wsdl2ruby.rb --wsdl raa.wsdl --servant_skelton --force RAAService.rb: generated with the following command; bin/wsdl2ruby.rb --wsdl raa.wsdl --standalone_server_stub --force RAA.rb: generated with the following command; bin/wsdl2ruby.rb --wsdl raa.wsdl --classdef --force