mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
b7931c40fe
* test/soap/marshal/*: backport from soap4r/1.5.1. all differences are for ruby/1.6. * lib/soap/*: backport from soap4r/1.5.1. all differences are for ruby/1.6. * lib/wsdl/data.rb, lib/wsdl/xmlSchema/data.rb: move definition of ArrayTypeAttrName from ::WSDL::XMLSchema::* to ::WSDL::*. [ruby-talk:84813] * lib/wsdl/soap/definitions.rb: element name typo in custom exception struct definition which is needed for wsdlDriver; camelCase -> underscore_name. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4925 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
250 B
Text
5 lines
250 B
Text
server.rb: based on RAAService.rb which is 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
|