|
|
|
@2011
|
[2011]
|
02/10/08 10:57:09 |
nahi |
* merged from 1_5 branch.
* enabled Sriver#generate_explicit_type for … |
|
|
|
@2007
|
[2007]
|
10/30/07 12:05:34 |
nahi |
* clean up unused codes in MethodDefCreator?. |
|
|
|
@2006
|
[2006]
|
10/28/07 17:16:29 |
nahi |
* update tests for the previous change ('in' -> :in) |
|
|
|
@2005
|
[2005]
|
10/28/07 17:15:59 |
nahi |
* introduce SOAP::RPC::MethodDef? and use it instead of complex Array … |
|
|
|
@2004
|
[2004]
|
10/26/07 23:39:36 |
nahi |
* deleted WSDLDriverFactory#create_driver (replaced with create_rpc_driver … |
|
|
|
@2003
|
[2003]
|
10/19/07 00:09:02 |
nahi |
* wsdl2ruby.rb did not generate proper definitions for overloaded method … |
|
|
|
@2000
|
[2000]
|
10/09/07 23:16:36 |
nahi |
* removed backward compatibility definitions for soap4r-1.4.X. closes … |
|
|
|
@1999
|
[1999]
|
10/09/07 23:03:11 |
nahi |
* remove compat files for soap4r-1.4.X. closes #97. |
|
|
|
@1998
|
[1998]
|
10/08/07 23:43:23 |
nahi |
* let exception message be more detailed. |
|
|
|
@1997
|
[1997]
|
10/08/07 17:29:40 |
nahi |
* added libxml http://libxml.rubyforge.org/ support. closes #422. |
|
|
|
@1996
|
[1996]
|
10/02/07 23:27:44 |
nahi |
* (merged from branches/1_5: -r1993:1995)
* avoid NameError? if an … |
|
|
|
@1993
|
[1993]
|
10/01/07 20:32:26 |
nahi |
* (merged from branches/1_5: -r1989:1992)
* simpleRestriction + … |
|
|
|
@1989
|
[1989]
|
09/29/07 17:14:29 |
nahi |
* (merged from branches/1_5: -r1987:1988) WSDL::SOAP::ClassDefCreator? … |
|
|
|
@1984
|
[1984]
|
09/24/07 22:34:17 |
nahi |
* update documents for 1.5.8-GA. |
|
|
|
@1983
|
[1983]
|
09/24/07 22:25:04 |
nahi |
* illegal marshaling a request for rpc/literal + parameter is a built-in … |
|
|
|
@1982
|
[1982]
|
09/23/07 23:54:45 |
nahi |
* cache the result of Mapping.const_from_name when the method is called … |
|
|
|
@1981
|
[1981]
|
09/21/07 19:39:42 |
nahi |
* 1.5.8-RC6 |
|
|
|
@1980
|
[1980]
|
09/21/07 19:24:02 |
nahi |
* LiteralMappingRegistryCreator? did not generate an entry for the element … |
|
|
|
@1979
|
[1979]
|
09/21/07 18:25:43 |
nahi |
* when there are 2 unqualified anonymous elements which have the same name … |
|
|
|
@1978
|
[1978]
|
09/21/07 18:18:19 |
nahi |
* unqualified element 'Envelope', 'Header', 'Body' and 'Fault' caused an … |
|
|
|
@1977
|
[1977]
|
09/20/07 23:38:42 |
nahi |
* sample updated. |
|
|
|
@1976
|
[1976]
|
09/19/07 11:31:09 |
nahi |
* for 1.5.8-RC5 |
|
|
|
@1975
|
[1975]
|
09/19/07 11:29:44 |
nahi |
* XML attribute must not be affected by default namespace. closes #430. |
|
|
|
@1974
|
[1974]
|
09/17/07 23:08:48 |
nahi |
* add the Generator option for using default namespace in SOAP message. … |
|
|
|
@1973
|
[1973]
|
09/17/07 21:14:58 |
nahi |
* allow to remove mustUnderstand attribute from a SOAP Header. I heard … |
|
|
|
@1972
|
[1972]
|
09/17/07 13:45:30 |
nahi |
* cache the result of XSD::CodeGen?.safemethodname, too. |
|
|
|
@1971
|
[1971]
|
09/17/07 13:41:33 |
nahi |
* cache the result of XSD::CodeGen?#{safeconstname|safevarname} while … |
|
|
|
@1970
|
[1970]
|
09/17/07 12:10:11 |
nahi |
* non user visible changes
* reduce String object allocation.
* … |
|
|
|
@1969
|
[1969]
|
09/17/07 11:16:42 |
nahi |
* wsdl2ruby.rb generates incomplete encoded Array mapping registry for … |
|
|
|
@1968
|
[1968]
|
09/16/07 10:48:49 |
nahi |
* reduce ignorable test warnings. |
|
|
|
@1967
|
[1967]
|
09/16/07 10:13:59 |
nahi |
* do not encode SOAPHeader when MappingHandler#on_mapping_outbound? returns … |
|
|
|
@1966
|
[1966]
|
09/15/07 23:01:06 |
nahi |
* for 1.5.8-RC4 |
|
|
|
@1965
|
[1965]
|
09/15/07 22:59:49 |
nahi |
* added a header handler which utilize a mapping registry. closes #425. |
|
|
|
@1964
|
[1964]
|
09/15/07 22:56:40 |
nahi |
* need to generate mappingregistry of the element even if the same name … |
|
|
|
@1963
|
[1963]
|
09/15/07 17:41:36 |
nahi |
* update tests. do not crash at teardown when setup failed. closes #396. |
|
|
|
@1962
|
[1962]
|
09/15/07 15:43:30 |
nahi |
* small tuning based on performance analysis
* cache inversed … |
|
|
|
@1961
|
[1961]
|
09/14/07 23:28:18 |
nahi |
* added a sample for customizing namespace definition. |
|
|
|
@1960
|
[1960]
|
09/14/07 20:30:08 |
nahi |
* reverted the previous change; just testing |
|
|
|
@1959
|
[1959]
|
09/14/07 19:56:50 |
nahi |
* wsdl2ruby.rb generated inconsistent class definition when the base class … |
|
|
|
@1958
|
[1958]
|
09/13/07 21:06:56 |
nahi |
* multi-refed basetype value was not be able to decode with generated … |
|
|
|
@1957
|
[1957]
|
09/12/07 21:47:42 |
nahi |
* added a test for xsd:long in a struct. |
|
|
|
@1956
|
[1956]
|
09/12/07 19:02:32 |
nahi |
* soap4r's XML namespace handler did not handle xmlns="" correctly. it … |
|
|
|
@1955
|
[1955]
|
09/12/07 19:00:59 |
nahi |
* call Array#replace via UnboundMethod?. Object#replace may be redefined … |
|
|
|
@1954
|
[1954]
|
09/12/07 15:05:29 |
nahi |
* mapping_registry was not generated propery for anonymous complexTypes … |
|
|
|
@1953
|
[1953]
|
09/12/07 11:06:07 |
nahi |
* extract check_classname method and put it in ClassNameCreator?. closes … |
|
|
|
@1952
|
[1952]
|
09/12/07 11:04:26 |
nahi |
* allow a subclass of Hash to be mapped as a Hash. e.g. a … |
|
|
|
@1951
|
[1951]
|
09/11/07 21:38:21 |
nahi |
* for 1.5.8-RC3 |
|
|
|
@1950
|
[1950]
|
09/11/07 17:53:47 |
nahi |
* added test for attribute only element array. |
|
|
|
@1949
|
[1949]
|
09/10/07 21:13:35 |
nahi |
* do not create extraattr entry in SOAP/OM when the value is nil. it … |
|
|
|
@1948
|
[1948]
|
09/10/07 10:28:21 |
nahi |
* let ClassNameCreator? handle modulepath. Foo::Baz and Bar::Baz have the … |
|
|
|
@1947
|
[1947]
|
09/09/07 17:19:28 |
nahi |
* XML encoding does not work properly depending on CES. Generator should … |
|
|
|
@1946
|
[1946]
|
09/09/07 15:10:48 |
nahi |
* a content of the stub class which is generated as a subclass of String … |
|
|
|
@1945
|
[1945]
|
09/09/07 15:09:39 |
nahi |
* a value of XML attribute was not properly encoded. users who did … |
|
|
|
@1944
|
[1944]
|
09/08/07 23:42:12 |
nahi |
* incomplete anonymous complexType support (simpleContent wrongly mapped … |
|
|
|
@1943
|
[1943]
|
09/08/07 23:39:35 |
nahi |
* let dump_method_signatures accept optional parameter servicename and … |
|
|
|
@1942
|
[1942]
|
09/07/07 21:43:43 |
nahi |
* a Driver generated by a WSDLDriverFactory ignored 'xmlattr_*' value in a … |
|
|
|
@1941
|
[1941]
|
09/07/07 21:31:51 |
nahi |
* [1939] introduced hysteresis problem about class name creation. fixed. |
|
|
|
@1940
|
[1940]
|
09/07/07 00:06:13 |
nahi |
* RC2 |
|
|
|
@1939
|
[1939]
|
09/07/07 00:05:29 |
nahi |
* added wsdl/soap/classNameCreator and let it handle whole classname … |
|
|
|
@1938
|
[1938]
|
09/06/07 22:52:26 |
nahi |
* ignore xsd:element definition when the same qname is also defined as a … |
|
|
|
@1937
|
[1937]
|
09/06/07 12:00:32 |
nahi |
* WSDLDriverFactory did not handle nested sequence/choice correctlyl. … |
|
|
|
@1936
|
[1936]
|
09/06/07 11:59:34 |
nahi |
* renamed SOAP::SOAPGenerator of SOAP::Generator to follow Ruby's naming … |
|
|
|
@1935
|
[1935]
|
09/06/07 11:54:52 |
nahi |
* Type simpleType and simpleContent was unmarshalled as a String, not as … |
|
|
|
@1934
|
[1934]
|
09/03/07 22:41:04 |
nahi |
* anonymous class support was incomplete for Array type complexType. for … |
|
|
|
@1933
|
[1933]
|
09/02/07 01:09:30 |
nahi |
* added test for EncodedRegistry? stub generation |
|
|
|
@1932
|
[1932]
|
08/31/07 23:49:31 |
nahi |
* 1.5.8 RC1 |
|
|
|
@1931
|
[1931]
|
08/31/07 23:17:57 |
nahi |
* allow the Fixnum which have an instance variable to be marshalled. For … |
|
|
|
@1930
|
[1930]
|
08/30/07 23:38:46 |
nahi |
* cosmetic |
|
|
|
@1929
|
[1929]
|
08/30/07 17:04:57 |
nahi |
* added customregistry sample. |
|
|
|
@1928
|
[1928]
|
08/29/07 23:14:12 |
nahi |
* added servletStubCreator. wsdl2ruby.rb with --servlet_stub creates … |
|
|
|
@1927
|
[1927]
|
08/28/07 23:04:21 |
nahi |
* for a new snapshot release. |
|
|
|
@1926
|
[1926]
|
08/28/07 23:03:30 |
nahi |
* added a test for basic_auth definition. |
|
|
|
@1925
|
[1925]
|
08/27/07 10:37:34 |
nahi |
* support <choice maxOccurs="unbounded"/>: treat it <all/> for now.
* … |
|
|
|
@1924
|
[1924]
|
08/26/07 22:41:31 |
nahi |
* do not dump xsd:type for non-polymorphic type of literal service. … |
|
|
|
@1923
|
[1923]
|
08/26/07 17:45:43 |
nahi |
* removed :schema_ns definition from mappingRegistry stub file. this … |
|
|
|
@1922
|
[1922]
|
08/26/07 00:30:15 |
nahi |
* added SOAP::WSDLDriverFactory#dump_method_signatures. it returns a … |
|
|
|
@1921
|
[1921]
|
08/25/07 00:52:30 |
nahi |
* added NestedException?.
* let MappingError? be a NestedException? and show … |
|
|
|
@1920
|
[1920]
|
08/24/07 10:15:41 |
nahi |
* soap4r without httpclient caused NameError?. forgot to add required … |
|
|
|
@1919
|
[1919]
|
08/23/07 21:01:27 |
nahi |
* should allow durations lower than a day. Thanks to an anonymous user … |
|
|
|
@1918
|
[1918]
|
08/23/07 20:52:08 |
nahi |
* allow <any> appear twice or more (with the current implementation, … |
|
|
|
@1917
|
[1917]
|
08/13/07 00:20:00 |
nahi |
* added support for attributeGroup. |
|
|
|
@1916
|
[1916]
|
08/07/07 23:08:25 |
nahi |
* for 1.5.8-SNAPSHOT |
|
|
|
@1915
|
[1915]
|
08/05/07 23:25:19 |
nahi |
* added support for anonymous type. anonymous type is mapped to inner … |
|
|
|
@1914
|
[1914]
|
08/05/07 15:19:03 |
nahi |
* extracted common part from classDefCreator.rb and … |
|
|
|
@1913
|
[1913]
|
08/05/07 11:23:13 |
nahi |
* 'nilleble' typo fixed. |
|
|
|
@1912
|
[1912]
|
08/05/07 11:02:14 |
nahi |
* send xsi:nil=true element when literal + maxOccurs != 0 + … |
|
|
|
@1911
|
[1911]
|
08/05/07 00:06:28 |
nahi |
* do not raise warning when there's a simpleType definition which have … |
|
|
|
@1910
|
[1910]
|
08/04/07 23:59:45 |
nahi |
* do not crash when parsing an incomplete multi-dimentional arraay. … |
|
|
|
@1909
|
[1909]
|
07/31/07 23:46:19 |
nahi |
* duplicated with RELEASE_en.html |
|
|
|
@1908
|
[1908]
|
07/31/07 22:12:18 |
nahi |
* avoid NoMethodError? when passing SOAPArray to LiteralRegistry?. It's … |
|
|
|
@1907
|
[1907]
|
07/31/07 00:02:20 |
nahi |
* added supports of complexType definition inheritance. soap4r supported … |
|
|
|
@1906
|
[1906]
|
07/23/07 23:53:17 |
nahi |
* added <xsd:group> support. closes #391. |
|
|
|
@1905
|
[1905]
|
07/22/07 22:59:12 |
nahi |
* let some attribute parsable; just parsed but not used for now.
* … |
|
|
|
@1904
|
[1904]
|
07/22/07 18:31:26 |
nahi |
* added anyAttribute support. (just ignore anyAttribute because … |
|
|
|
@1903
|
[1903]
|
07/22/07 16:59:11 |
nahi |
* previous commit includes many typos! test against SLWebSvc.wsdl |
|
|
|
@1902
|
[1902]
|
07/22/07 16:28:26 |
nahi |
* added support of all XML Schema facets for restriction. No validation … |
|
|
|
@1901
|
[1901]
|
07/22/07 00:52:19 |
nahi |
* login.live.com returns SOAPFault as a direct child of SOAPEnvelope. … |
|
|
|
@1900
|
[1900]
|
07/22/07 00:51:10 |
nahi |
* ditto. |
|
|
|
@1899
|
[1899]
|
07/21/07 23:59:51 |
nahi |
* as a workaround of class name crash problem between generated class and … |
|
|
|
@1898
|
[1898]
|
07/21/07 17:37:00 |
nahi |
* add :default_ns_tag option to configure a pre-defined Namespace tag.
… |