|
|
|
@2011
|
[2011]
|
02/10/08 10:57:09 |
nahi |
* merged from 1_5 branch.
* enabled Sriver#generate_explicit_type for … |
|
|
|
@2006
|
[2006]
|
10/28/07 17:16:29 |
nahi |
* update tests for the previous change ('in' -> :in) |
|
|
|
@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 … |
|
|
|
@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? … |
|
|
|
@1983
|
[1983]
|
09/24/07 22:25:04 |
nahi |
* illegal marshaling a request for rpc/literal + parameter is a built-in … |
|
|
|
@1979
|
[1979]
|
09/21/07 18:25:43 |
nahi |
* when there are 2 unqualified anonymous elements which have the same name … |
|
|
|
@1975
|
[1975]
|
09/19/07 11:29:44 |
nahi |
* XML attribute must not be affected by default namespace. closes #430. |
|
|
|
@1973
|
[1973]
|
09/17/07 21:14:58 |
nahi |
* allow to remove mustUnderstand attribute from a SOAP Header. I heard … |
|
|
|
@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. |
|
|
|
@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. |
|
|
|
@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 … |
|
|
|
@1954
|
[1954]
|
09/12/07 15:05:29 |
nahi |
* mapping_registry was not generated propery for anonymous complexTypes … |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@1942
|
[1942]
|
09/07/07 21:43:43 |
nahi |
* a Driver generated by a WSDLDriverFactory ignored 'xmlattr_*' value in a … |
|
|
|
@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. … |
|
|
|
@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 |
|
|
|
@1926
|
[1926]
|
08/28/07 23:03:30 |
nahi |
* added a test for basic_auth definition. |
|
|
|
@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 … |
|
|
|
@1921
|
[1921]
|
08/25/07 00:52:30 |
nahi |
* added NestedException?.
* let MappingError? be a NestedException? and show … |
|
|
|
@1919
|
[1919]
|
08/23/07 21:01:27 |
nahi |
* should allow durations lower than a day. Thanks to an anonymous user … |
|
|
|
@1917
|
[1917]
|
08/13/07 00:20:00 |
nahi |
* added support for attributeGroup. |
|
|
|
@1915
|
[1915]
|
08/05/07 23:25:19 |
nahi |
* added support for anonymous type. anonymous type is mapped to inner … |
|
|
|
@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 + … |
|
|
|
@1908
|
[1908]
|
07/31/07 22:12:18 |
nahi |
* avoid NoMethodError? when passing SOAPArray to LiteralRegistry?. It's … |
|
|
|
@1906
|
[1906]
|
07/23/07 23:53:17 |
nahi |
* added <xsd:group> support. closes #391. |
|
|
|
@1904
|
[1904]
|
07/22/07 18:31:26 |
nahi |
* added anyAttribute support. (just ignore anyAttribute because … |
|
|
|
@1898
|
[1898]
|
07/21/07 17:37:00 |
nahi |
* add :default_ns_tag option to configure a pre-defined Namespace tag.
… |
|
|
|
@1897
|
[1897]
|
07/21/07 13:36:04 |
nahi |
* choice handling bug fixed according to a patch from KR, Vesa Varimo. If … |
|
|
|
@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 … |
|
|
|
@1887
|
[1887]
|
07/16/07 23:14:21 |
nahi |
* allow to customize default ns definition of SOAP Envelope. … |
|
|
|
@1885
|
[1885]
|
07/15/07 14:41:45 |
nahi |
* use httpclient instead of http-access2. (works with http-access/2.0.9 as … |
|
|
|
@1880
|
[1880]
|
07/12/07 22:34:01 |
nahi |
* schema type not passed for simletype. instead, the base class … |
|
|
|
@1876
|
[1876]
|
07/04/07 23:13:44 |
nahi |
* tests updated; testcase name collision, interop test config, etc. |
|
|
|
@1873
|
[1873]
|
07/02/07 23:45:06 |
nahi |
* try to call klass.soap_marshallable before mapping an XML element to the … |
|
|
|
@1872
|
[1872]
|
07/02/07 22:15:36 |
nahi |
* allow xsi:nil="true" element as an RPC request though I don't think it's … |
|
|
|
@1871
|
[1871]
|
07/01/07 15:36:45 |
nahi |
* under the earlier versions, we could use [] instead of CountryTargets?[]. … |
|
|
|
@1870
|
[1870]
|
07/01/07 01:20:18 |
nahi |
* change SOAP::Filter::StreamHandler? hook method name: on_httppost_* -> … |
|
|
|
@1869
|
[1869]
|
07/01/07 00:40:30 |
nahi |
* added 'protocol.http.auth' option to set authentication information for … |
|
|
|
@1868
|
[1868]
|
06/30/07 12:39:06 |
nahi |
* added an API for filtering streamhandler to capture/generate HTTP … |
|
|
|
@1867
|
[1867]
|
06/29/07 20:21:28 |
nahi |
* forgot to add. |
|
|
|
@1865
|
[1865]
|
06/29/07 20:12:01 |
nahi |
* wsdl2ruby.rb did not generate a classdef entry for empty element … |
|
|
|
@1863
|
[1863]
|
06/26/07 23:11:57 |
nahi |
* follow http-access-2.0.8-SNAPSHOT |
|
|
|
@1862
|
[1862]
|
06/25/07 20:38:04 |
nahi |
* passing nil as a basetype through wsdl2ruby.rb generated … |
|
|
|
@1857
|
[1857]
|
06/19/07 23:21:24 |
nahi |
* let xsd2ruby.rb generate a mapping registry and a mapper from XML Schema … |
|
|
|
@1853
|
[1853]
|
06/18/07 22:24:02 |
nahi |
* derived class was marshalled without xsi:type for literal service. … |
|
|
|
@1852
|
[1852]
|
06/18/07 22:19:18 |
nahi |
* Array or Struct was not properly marshalled when literal service + … |
|
|
|
@1846
|
[1846]
|
06/12/07 23:55:54 |
nahi |
* SOAPElement.from_obj(obj): allow to set XML attribute.
This method is … |
|
|
|
@1840
|
[1840]
|
06/08/07 15:15:58 |
nahi |
* re-implemented token and language type support. closes #252. |
|
|
|
@1839
|
[1839]
|
06/08/07 13:57:03 |
nahi |
* revert [1776]. I need to pay serious attention to intellectual … |
|
|
|
@1837
|
[1837]
|
06/07/07 22:00:28 |
nahi |
* avoid conflict with ActiveSupport?'s Array#to_xml. renamed to_xml -> … |
|
|
|
@1835
|
[1835]
|
06/06/07 15:15:43 |
nahi |
* abstract type embedded in another type was not propertly unmarshalled … |
|
|
|
@1834
|
[1834]
|
06/05/07 13:04:25 |
nahi |
* 20070605 |
|
|
|
@1833
|
[1833]
|
06/05/07 10:34:36 |
nahi |
* let Header::Handler touch SOAPHeader on on_outbound. if a method … |
|
|
|
@1831
|
[1831]
|
06/05/07 10:29:44 |
nahi |
* rename SOAP::Filter::FilterBase? -> SOAP::Filter::Handler. The name is … |
|
|
|
@1830
|
[1830]
|
06/05/07 00:21:54 |
nahi |
* abstract return type definition causes illegal … |
|
|
|
@1828
|
[1828]
|
06/04/07 22:49:06 |
nahi |
* WSDLDriverFactory + rpc/encoded + anyType return caused an error. … |
|
|
|
@1825
|
[1825]
|
06/02/07 10:39:39 |
nahi |
* filter support.
you can add filters to intercept before SOAP … |
|
|
|
@1815
|
[1815]
|
05/28/07 22:45:02 |
nahi |
* added tests for stub + adding xsi:type according to WSDL. |
|
|
|
@1814
|
[1814]
|
05/28/07 22:09:34 |
nahi |
* oneway service support of WSDLDriverFactory. closes #346. |
|
|
|
@1813
|
[1813]
|
05/27/07 23:26:04 |
nahi |
* avoid generating SOAPUnknown object while literal service parsing. |
|
|
|
@1810
|
[1810]
|
05/25/07 17:57:07 |
nahi |
* for literal service, let LiteralRegistry? treat nil parameter as same as … |
|
|
|
@1809
|
[1809]
|
05/25/07 16:43:11 |
nahi |
* ref + min/macOccurs did not work (min/maxOccurs attribute in 'ref'-side … |
|
|
|
@1808
|
[1808]
|
05/25/07 15:24:53 |
nahi |
* previous commit includes a fix to allow 'encodingStyle=""'. cloese … |
|
|
|
@1806
|
[1806]
|
05/25/07 15:05:14 |
nahi |
* SOAPGenerator does not check string lexical scope for performance since … |
|
|
|
@1805
|
[1805]
|
05/24/07 22:26:37 |
nahi |
* support typed element which type is qualified.
<element name="foo" … |
|
|
|
@1803
|
[1803]
|
05/24/07 22:21:02 |
nahi |
* return element should be qualified when rpc/lit service. |
|
|
|
@1801
|
[1801]
|
05/21/07 21:55:45 |
nahi |
* follows SOAPElement change. |
|
|
|
@1794
|
[1794]
|
05/20/07 23:33:55 |
nahi |
* extract common test methods in TestUtil? module.
* silent require. … |
|
|
|
@1792
|
[1792]
|
05/20/07 18:34:33 |
nahi |
* added utf-8 test |
|
|
|
@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. |
|
|
|
@1785
|
[1785]
|
05/19/07 22:00:10 |
nahi |
* ready for the new gem. |
|
|
|
@1784
|
[1784]
|
05/19/07 12:47:46 |
nahi |
* added CDATA support with rexml/xmlscan as an XML parser. closes #332. |
|
|
|
@1780
|
[1780]
|
05/17/07 11:21:52 |
nahi |
* test for #332 |
|
|
|
@1779
|
[1779]
|
05/17/07 10:47:54 |
nahi |
* allow to send XML. pass a REXML::Element(includes REXML::Document) or … |
|
|
|
@1776
|
[1776]
|
05/15/07 22:34:45 |
nahi |
* added support for token and language. applied a patch with a little … |
|
|
|
@1775
|
[1775]
|
05/15/07 17:44:09 |
nahi |
* encode/decode basetype according to type definition in rpc/encoded … |
|
|
|
@1774
|
[1774]
|
05/15/07 17:40:27 |
nahi |
* added test for #326 |
|
|
|
@1773
|
[1773]
|
05/14/07 23:51:24 |
nahi |
* applied a patch from Felipe Contreras for union + memberType support … |
|
|
|
@1772
|
[1772]
|
05/14/07 23:25:34 |
nahi |
* ClassDefCreator?: let a class generated from derived complexType … |
|
|
|
@1771
|
[1771]
|
05/14/07 21:49:43 |
nahi |
* try to recover when unexpected Array encoding comes while unmarshalling. … |