1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/wsdl/raa
..
RAA.rb
raa.wsdl
RAAServant.rb
RAAService.rb
README.txt
server.rb
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