From 290034fde815cbc389d29d3111553dbde4ab676a Mon Sep 17 00:00:00 2001 From: nahi Date: Sun, 18 Jan 2004 11:10:18 +0000 Subject: * 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 --- MANIFEST | 3 +++ 1 file changed, 3 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index cc37ae8962..8fb1d5aac2 100644 --- a/MANIFEST +++ b/MANIFEST @@ -749,6 +749,7 @@ test/ruby/test_signal.rb test/ruby/test_stringchar.rb test/ruby/test_struct.rb test/ruby/test_system.rb +test/ruby/test_time.rb test/ruby/test_trace.rb test/ruby/test_variable.rb test/ruby/test_whileuntil.rb @@ -821,6 +822,8 @@ test/wsdl/raa/RAAService.rb test/wsdl/raa/README.txt test/wsdl/raa/raa.wsdl test/wsdl/raa/test_raa.rb +test/wsdl/soap/soapbodyparts.wsdl +test/wsdl/soap/test_soapbodyparts.rb test/wsdl/test_emptycomplextype.rb test/wsdl/test_fault.rb test/xsd/noencoding.xml -- cgit v1.2.3