|
|
|
@2006
|
[2006]
|
10/28/07 17:16:29 |
nahi |
* update tests for the previous change ('in' -> :in) |
|
|
|
@1996
|
[1996]
|
10/02/07 23:27:44 |
nahi |
* (merged from branches/1_5: -r1993:1995)
* avoid NameError? if an … |
|
|
|
@1963
|
[1963]
|
09/15/07 17:41:36 |
nahi |
* update tests. do not crash at teardown when setup failed. closes #396. |
|
|
|
@1949
|
[1949]
|
09/10/07 21:13:35 |
nahi |
* do not create extraattr entry in SOAP/OM when the value is nil. it … |
|
|
|
@1944
|
[1944]
|
09/08/07 23:42:12 |
nahi |
* incomplete anonymous complexType support (simpleContent wrongly mapped … |
|
|
|
@1934
|
[1934]
|
09/03/07 22:41:04 |
nahi |
* anonymous class support was incomplete for Array type complexType. for … |
|
|
|
@1915
|
[1915]
|
08/05/07 23:25:19 |
nahi |
* added support for anonymous type. anonymous type is mapped to inner … |
|
|
|
@1896
|
[1896]
|
07/21/07 12:57:23 |
nahi |
* test updated for the previous commit. |
|
|
|
@1891
|
[1891]
|
07/20/07 00:08:51 |
nahi |
* wsdl2ruby.rb generated too much 'XSD::QName.new(...)' parts. let … |
|
|
|
@1794
|
[1794]
|
05/20/07 23:33:55 |
nahi |
* extract common test methods in TestUtil? module.
* silent require. … |
|
|
|
@1790
|
[1790]
|
05/20/07 17:42:49 |
nahi |
* classDefCreator wrongly generated element definitions. fixed.
* let … |
|
|
|
@1788
|
[1788]
|
05/20/07 15:36:14 |
nahi |
* support combination of choice + sequence. closes #205. |
|
|
|
@1772
|
[1772]
|
05/14/07 23:25:34 |
nahi |
* ClassDefCreator?: let a class generated from derived complexType … |
|
|
|
@1756
|
[1756]
|
05/04/07 09:03:26 |
nahi |
* cleanups |
|
|
|
@1755
|
[1755]
|
05/04/07 01:18:43 |
nahi |
* try to avoid name crash of dynamic generated code rquire. |
|
|
|
@1751
|
[1751]
|
05/02/07 17:15:55 |
nahi |
* avoid name crash of dynamic loaded classes. we need classloader like … |
|
|
|
@1745
|
[1745]
|
10/23/06 00:35:25 |
nahi |
* base typedef may have its base typedef. abandon to retrieve root base … |
|
|
|
@1731
|
[1731]
|
10/01/06 23:14:27 |
nahi |
moved @@schema_* things in classdef definition to mapping registry. … |
|
|
|
@1727
|
[1727]
|
09/25/06 15:21:53 |
nahi |
WSDL attributes defined in a base type were not derived to an extension … |
|
|
|
@1724
|
[1724]
|
09/24/06 21:02:36 |
nahi |
more aggressive xml 'qualified' control. closes #260. |
|
|
|
@1719
|
[1719]
|
09/09/06 10:51:37 |
nahi |
dump xsi:type=... for typed SOAP node for document/literal service as same … |
|
|
|
@1699
|
[1699]
|
08/09/06 21:35:27 |
nahi |
classDefCreator crash for a WSDL containing a complexType that extends … |
|
|
|
@1698
|
[1698]
|
08/06/06 23:30:04 |
nahi |
generated classDef + capitalized element name caused the schema violation. … |
|
|
|
@1689
|
[1689]
|
07/23/06 10:40:23 |
nahi |
follow [1684] |
|
|
|
@1685
|
[1685]
|
07/22/06 22:20:42 |
nahi |
avoid constant overriding warnings |
|
|
|
@1679
|
[1679]
|
12/04/05 11:35:26 |
nahi |
changed classdef generation handling of WSDL simpleType enumeration: it … |
|
|
|
@1664
|
[1664]
|
11/07/05 22:14:12 |
nahi |
classdef definition more pretty printing.
let simpleContent + attribute … |
|
|
|
@1663
|
[1663]
|
11/06/05 22:54:11 |
nahi |
suppor simpleContent + attribute extension. closes #176. |
|
|
|
@1655
|
[1655]
|
10/30/05 22:10:25 |
nahi |
added <choice/> support. closes #168. |
|
|
|
@1653
|
[1653]
|
10/26/05 23:06:01 |
nahi |
let ClassDefCreator? dump @@schema_element in multiple-and-indented … |
|
|
|
@1628
|
[1628]
|
09/21/05 21:01:29 |
nahi |
suppress deliberate warnings with $VERBOSE = nil. closes #153. |
|
|
|
@1584
|
[1584]
|
07/21/05 22:38:35 |
nahi |
rpc/literal support. closes #118. |
|
|
|
@1522
|
[1522]
|
04/29/05 17:10:31 |
nahi |
let xmlele and xmlattr of SOAP::Mapping::Object keep each value with … |
|
|
|
@1519
|
[1519]
|
04/27/05 23:19:24 |
nahi |
change implementation variable names: soap_* -> xml{attr,ele} |
|
|
|
@1486
|
[1486]
|
04/16/05 19:19:34 |
nahi |
cosmetic (QName in comment) |
|
|
|
@1477
|
[1477]
|
04/15/05 16:36:43 |
nahi |
follow the library change in [1474]. |
|
|
|
@1471
|
[1471]
|
04/14/05 22:32:21 |
nahi |
let @@schema_element preserve ordering of contained elements defined in … |
|
|
|
@1470
|
[1470]
|
04/14/05 16:59:52 |
nahi |
refine Ruby <-> SOAP mapping for better doc/lit support. mapping details … |
|
|
|
@1444
|
[1444]
|
02/11/05 12:56:47 |
nahi |
support '-' in element name. half fix of #47 (attribute name is not … |
|
|
|
@1443
|
[1443]
|
02/10/05 20:49:38 |
nahi |
let this test to be a schema definition test. |
|
|
|
@1437
|
[1437]
|
02/08/05 23:35:36 |
nahi |
let wsdl2ruby.rb and xsd2ruby.rb be a library. bin/wsdl2ruby.rb and … |
|
|
|
@1431
|
[1431]
|
02/06/05 21:55:33 |
nahi |
add test for #45, #48 and #49.
fixes #45.
fixes #48.
fixes #49. |