mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/soap/wsdlDriver.rb, lib/wsdl/soap/operation.rb: add support of
"parts" attribute of soap:body element in WSDL. * lib/wsdl/xmlSchema/schema.rb: friendly warning message for simpleType element which is not supported for now. * test/wsdl/soap/{soapbodyparts.wsdl,test_soapbodyparts.wsdl}: new files. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
11685dc1ee
commit
290034fde8
5 changed files with 40 additions and 6 deletions
|
@ -43,6 +43,9 @@ class Schema < Info
|
|||
o = ComplexType.new
|
||||
@complextypes << o
|
||||
o
|
||||
when SimpleTypeName
|
||||
STDERR.puts("Restriction of basetype with simpleType definition is ignored for now.")
|
||||
nil
|
||||
when ElementName
|
||||
o = Element.new
|
||||
@elements << o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue