Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

root/trunk/lib


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @2011 [2011] 02/10/08 10:57:09 nahi * merged from 1_5 branch. * enabled Sriver#generate_explicit_type for …
(edit) @2007 [2007] 10/30/07 12:05:34 nahi * clean up unused codes in MethodDefCreator?.
(edit) @2005 [2005] 10/28/07 17:15:59 nahi * introduce SOAP::RPC::MethodDef? and use it instead of complex Array …
(edit) @2004 [2004] 10/26/07 23:39:36 nahi * deleted WSDLDriverFactory#create_driver (replaced with create_rpc_driver …
(edit) @2003 [2003] 10/19/07 00:09:02 nahi * wsdl2ruby.rb did not generate proper definitions for overloaded method …
(edit) @2000 [2000] 10/09/07 23:16:36 nahi * removed backward compatibility definitions for soap4r-1.4.X. closes …
(edit) @1999 [1999] 10/09/07 23:03:11 nahi * remove compat files for soap4r-1.4.X. closes #97.
(edit) @1998 [1998] 10/08/07 23:43:23 nahi * let exception message be more detailed.
(edit) @1997 [1997] 10/08/07 17:29:40 nahi * added libxml http://libxml.rubyforge.org/ support. closes #422.
(edit) @1996 [1996] 10/02/07 23:27:44 nahi * (merged from branches/1_5: -r1993:1995) * avoid NameError? if an …
(edit) @1993 [1993] 10/01/07 20:32:26 nahi * (merged from branches/1_5: -r1989:1992) * simpleRestriction + …
(edit) @1989 [1989] 09/29/07 17:14:29 nahi * (merged from branches/1_5: -r1987:1988) WSDL::SOAP::ClassDefCreator?
(edit) @1984 [1984] 09/24/07 22:34:17 nahi * update documents for 1.5.8-GA.
(edit) @1983 [1983] 09/24/07 22:25:04 nahi * illegal marshaling a request for rpc/literal + parameter is a built-in …
(edit) @1982 [1982] 09/23/07 23:54:45 nahi * cache the result of Mapping.const_from_name when the method is called …
(edit) @1980 [1980] 09/21/07 19:24:02 nahi * LiteralMappingRegistryCreator? did not generate an entry for the element …
(edit) @1979 [1979] 09/21/07 18:25:43 nahi * when there are 2 unqualified anonymous elements which have the same name …
(edit) @1978 [1978] 09/21/07 18:18:19 nahi * unqualified element 'Envelope', 'Header', 'Body' and 'Fault' caused an …
(edit) @1975 [1975] 09/19/07 11:29:44 nahi * XML attribute must not be affected by default namespace. closes #430.
(edit) @1974 [1974] 09/17/07 23:08:48 nahi * add the Generator option for using default namespace in SOAP message. …
(edit) @1973 [1973] 09/17/07 21:14:58 nahi * allow to remove mustUnderstand attribute from a SOAP Header. I heard …
(edit) @1972 [1972] 09/17/07 13:45:30 nahi * cache the result of XSD::CodeGen?.safemethodname, too.
(edit) @1971 [1971] 09/17/07 13:41:33 nahi * cache the result of XSD::CodeGen?#{safeconstname|safevarname} while …
(edit) @1970 [1970] 09/17/07 12:10:11 nahi * non user visible changes * reduce String object allocation. * …
(edit) @1969 [1969] 09/17/07 11:16:42 nahi * wsdl2ruby.rb generates incomplete encoded Array mapping registry for …
(edit) @1967 [1967] 09/16/07 10:13:59 nahi * do not encode SOAPHeader when MappingHandler#on_mapping_outbound? returns …
(edit) @1965 [1965] 09/15/07 22:59:49 nahi * added a header handler which utilize a mapping registry. closes #425.
(edit) @1964 [1964] 09/15/07 22:56:40 nahi * need to generate mappingregistry of the element even if the same name …
(edit) @1962 [1962] 09/15/07 15:43:30 nahi * small tuning based on performance analysis * cache inversed …
(edit) @1959 [1959] 09/14/07 19:56:50 nahi * wsdl2ruby.rb generated inconsistent class definition when the base class …
(edit) @1958 [1958] 09/13/07 21:06:56 nahi * multi-refed basetype value was not be able to decode with generated …
(edit) @1956 [1956] 09/12/07 19:02:32 nahi * soap4r's XML namespace handler did not handle xmlns="" correctly. it …
(edit) @1955 [1955] 09/12/07 19:00:59 nahi * call Array#replace via UnboundMethod?. Object#replace may be redefined …
(edit) @1954 [1954] 09/12/07 15:05:29 nahi * mapping_registry was not generated propery for anonymous complexTypes …
(edit) @1953 [1953] 09/12/07 11:06:07 nahi * extract check_classname method and put it in ClassNameCreator?. closes …
(edit) @1952 [1952] 09/12/07 11:04:26 nahi * allow a subclass of Hash to be mapped as a Hash. e.g. a …
(edit) @1949 [1949] 09/10/07 21:13:35 nahi * do not create extraattr entry in SOAP/OM when the value is nil. it …
(edit) @1948 [1948] 09/10/07 10:28:21 nahi * let ClassNameCreator? handle modulepath. Foo::Baz and Bar::Baz have the …
(edit) @1947 [1947] 09/09/07 17:19:28 nahi * XML encoding does not work properly depending on CES. Generator should …
(edit) @1946 [1946] 09/09/07 15:10:48 nahi * a content of the stub class which is generated as a subclass of String …
(edit) @1945 [1945] 09/09/07 15:09:39 nahi * a value of XML attribute was not properly encoded. users who did …
(edit) @1944 [1944] 09/08/07 23:42:12 nahi * incomplete anonymous complexType support (simpleContent wrongly mapped …
(edit) @1943 [1943] 09/08/07 23:39:35 nahi * let dump_method_signatures accept optional parameter servicename and …
(edit) @1942 [1942] 09/07/07 21:43:43 nahi * a Driver generated by a WSDLDriverFactory ignored 'xmlattr_*' value in a …
(edit) @1941 [1941] 09/07/07 21:31:51 nahi * [1939] introduced hysteresis problem about class name creation. fixed.
(edit) @1939 [1939] 09/07/07 00:05:29 nahi * added wsdl/soap/classNameCreator and let it handle whole classname …
(edit) @1938 [1938] 09/06/07 22:52:26 nahi * ignore xsd:element definition when the same qname is also defined as a …
(edit) @1937 [1937] 09/06/07 12:00:32 nahi * WSDLDriverFactory did not handle nested sequence/choice correctlyl. …
(edit) @1936 [1936] 09/06/07 11:59:34 nahi * renamed SOAP::SOAPGenerator of SOAP::Generator to follow Ruby's naming …
(edit) @1935 [1935] 09/06/07 11:54:52 nahi * Type simpleType and simpleContent was unmarshalled as a String, not as …
(edit) @1934 [1934] 09/03/07 22:41:04 nahi * anonymous class support was incomplete for Array type complexType. for …
(edit) @1932 [1932] 08/31/07 23:49:31 nahi * 1.5.8 RC1
(edit) @1931 [1931] 08/31/07 23:17:57 nahi * allow the Fixnum which have an instance variable to be marshalled. For …
(edit) @1930 [1930] 08/30/07 23:38:46 nahi * cosmetic
(edit) @1928 [1928] 08/29/07 23:14:12 nahi * added servletStubCreator. wsdl2ruby.rb with --servlet_stub creates …
(edit) @1925 [1925] 08/27/07 10:37:34 nahi * support <choice maxOccurs="unbounded"/>: treat it <all/> for now. * …
(edit) @1924 [1924] 08/26/07 22:41:31 nahi * do not dump xsd:type for non-polymorphic type of literal service. …
(edit) @1923 [1923] 08/26/07 17:45:43 nahi * removed :schema_ns definition from mappingRegistry stub file. this …
(edit) @1922 [1922] 08/26/07 00:30:15 nahi * added SOAP::WSDLDriverFactory#dump_method_signatures. it returns a …
(edit) @1921 [1921] 08/25/07 00:52:30 nahi * added NestedException?. * let MappingError? be a NestedException? and show …
(edit) @1920 [1920] 08/24/07 10:15:41 nahi * soap4r without httpclient caused NameError?. forgot to add required …
(edit) @1919 [1919] 08/23/07 21:01:27 nahi * should allow durations lower than a day. Thanks to an anonymous user …
(edit) @1918 [1918] 08/23/07 20:52:08 nahi * allow <any> appear twice or more (with the current implementation, …
(edit) @1917 [1917] 08/13/07 00:20:00 nahi * added support for attributeGroup.
(edit) @1915 [1915] 08/05/07 23:25:19 nahi * added support for anonymous type. anonymous type is mapped to inner …
(edit) @1914 [1914] 08/05/07 15:19:03 nahi * extracted common part from classDefCreator.rb and …
(edit) @1912 [1912] 08/05/07 11:02:14 nahi * send xsi:nil=true element when literal + maxOccurs != 0 + …
(edit) @1911 [1911] 08/05/07 00:06:28 nahi * do not raise warning when there's a simpleType definition which have …
(edit) @1910 [1910] 08/04/07 23:59:45 nahi * do not crash when parsing an incomplete multi-dimentional arraay. …
(edit) @1908 [1908] 07/31/07 22:12:18 nahi * avoid NoMethodError? when passing SOAPArray to LiteralRegistry?. It's …
(edit) @1907 [1907] 07/31/07 00:02:20 nahi * added supports of complexType definition inheritance. soap4r supported …
(edit) @1906 [1906] 07/23/07 23:53:17 nahi * added <xsd:group> support. closes #391.
(edit) @1905 [1905] 07/22/07 22:59:12 nahi * let some attribute parsable; just parsed but not used for now. * …
(edit) @1904 [1904] 07/22/07 18:31:26 nahi * added anyAttribute support. (just ignore anyAttribute because …
(edit) @1903 [1903] 07/22/07 16:59:11 nahi * previous commit includes many typos! test against SLWebSvc.wsdl
(edit) @1902 [1902] 07/22/07 16:28:26 nahi * added support of all XML Schema facets for restriction. No validation …
(edit) @1901 [1901] 07/22/07 00:52:19 nahi * login.live.com returns SOAPFault as a direct child of SOAPEnvelope. …
(edit) @1900 [1900] 07/22/07 00:51:10 nahi * ditto.
(edit) @1899 [1899] 07/21/07 23:59:51 nahi * as a workaround of class name crash problem between generated class and …
(edit) @1898 [1898] 07/21/07 17:37:00 nahi * add :default_ns_tag option to configure a pre-defined Namespace tag. …
(edit) @1897 [1897] 07/21/07 13:36:04 nahi * choice handling bug fixed according to a patch from KR, Vesa Varimo. If …
(edit) @1895 [1895] 07/21/07 12:57:01 nahi * same changes for #381 (XSD::QName.new(...) cleanups for …
(edit) @1894 [1894] 07/21/07 12:54:49 nahi * ditto.
(edit) @1893 [1893] 07/21/07 12:54:01 nahi * check illegal constant name before const_defined? call to avoid …
(edit) @1892 [1892] 07/21/07 12:51:36 nahi * added classes for rest built-in datatypes of XML Schema Datatypes …
(edit) @1891 [1891] 07/20/07 00:08:51 nahi * wsdl2ruby.rb generated too much 'XSD::QName.new(...)' parts. let …
(edit) @1890 [1890] 07/20/07 00:04:17 nahi * some WSDL caused cyclic schema inclusion. <xsd:import> supported …
(edit) @1888 [1888] 07/16/07 23:20:24 nahi * updated release note. * Version 1.5.7
(edit) @1887 [1887] 07/16/07 23:14:21 nahi * allow to customize default ns definition of SOAP Envelope. …
(edit) @1885 [1885] 07/15/07 14:41:45 nahi * use httpclient instead of http-access2. (works with http-access/2.0.9 as …
(edit) @1883 [1883] 07/15/07 12:39:02 nahi * let soap4r http clients (SOAP::RPC::Driver and WSDL/XSD importers) do …
(edit) @1881 [1881] 07/12/07 22:55:19 nahi * check if HTTPClient responds to :request_filter. old versions of …
(edit) @1880 [1880] 07/12/07 22:34:01 nahi * schema type not passed for simletype. instead, the base class …
(edit) @1878 [1878] 07/07/07 23:37:11 nahi * follow the signature change in [1871]. closes #375.
(edit) @1875 [1875] 07/04/07 23:13:11 nahi * rescue an exception if object serialization failed for 'detail' object …
(edit) @1874 [1874] 07/03/07 12:08:03 nahi * let WSDLLiteralRegistry#soap2obj use defined schema. closes #166.
(edit) @1873 [1873] 07/02/07 23:45:06 nahi * try to call klass.soap_marshallable before mapping an XML element to the …
(edit) @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 …
(edit) @1871 [1871] 07/01/07 15:36:45 nahi * under the earlier versions, we could use [] instead of CountryTargets?[]. …
(edit) @1870 [1870] 07/01/07 01:20:18 nahi * change SOAP::Filter::StreamHandler? hook method name: on_httppost_* -> …
Note: See TracRevisionLog for help on using the revision log.