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

root/trunk/lib/soap


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) @1993 [1993] 10/01/07 20:32:26 nahi * (merged from branches/1_5: -r1989:1992) * simpleRestriction + …
(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) @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) @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) @1962 [1962] 09/15/07 15:43:30 nahi * small tuning based on performance analysis * cache inversed …
(edit) @1958 [1958] 09/13/07 21:06:56 nahi * multi-refed basetype value was not be able to decode with generated …
(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) @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) @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) @1939 [1939] 09/07/07 00:05:29 nahi * added wsdl/soap/classNameCreator and let it handle whole classname …
(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) @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) @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) @1912 [1912] 08/05/07 11:02:14 nahi * send xsi:nil=true element when literal + maxOccurs != 0 + …
(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) @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) @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) @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) @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_* -> …
(edit) @1869 [1869] 07/01/07 00:40:30 nahi * added 'protocol.http.auth' option to set authentication information for …
(edit) @1868 [1868] 06/30/07 12:39:06 nahi * added an API for filtering streamhandler to capture/generate HTTP …
(edit) @1866 [1866] 06/29/07 20:20:11 nahi * an rpc/encoded parameter could be wrongly typed when the parameter is …
(edit) @1864 [1864] 06/26/07 23:13:35 nahi * 1.5.7-SNAPSHOT
(edit) @1862 [1862] 06/25/07 20:38:04 nahi * passing nil as a basetype through wsdl2ruby.rb generated …
(edit) @1857 [1857] 06/19/07 23:21:24 nahi * let xsd2ruby.rb generate a mapping registry and a mapper from XML Schema …
(edit) @1853 [1853] 06/18/07 22:24:02 nahi * derived class was marshalled without xsi:type for literal service. …
(edit) @1846 [1846] 06/12/07 23:55:54 nahi * SOAPElement.from_obj(obj): allow to set XML attribute. This method is …
(edit) @1840 [1840] 06/08/07 15:15:58 nahi * re-implemented token and language type support. closes #252.
(edit) @1839 [1839] 06/08/07 13:57:03 nahi * revert [1776]. I need to pay serious attention to intellectual …
(edit) @1837 [1837] 06/07/07 22:00:28 nahi * avoid conflict with ActiveSupport?'s Array#to_xml. renamed to_xml -> …
(edit) @1836 [1836] 06/06/07 15:17:06 nahi * let SOAPElement include a SOAPCompoundtype module and added have_member …
(edit) @1835 [1835] 06/06/07 15:15:43 nahi * abstract type embedded in another type was not propertly unmarshalled …
(edit) @1833 [1833] 06/05/07 10:34:36 nahi * let Header::Handler touch SOAPHeader on on_outbound. if a method …
(edit) @1832 [1832] 06/05/07 10:32:04 nahi * rename REXMLElementWrap -> SOAPREXMLElementWrap.
(edit) @1831 [1831] 06/05/07 10:29:44 nahi * rename SOAP::Filter::FilterBase? -> SOAP::Filter::Handler. The name is …
(edit) @1830 [1830] 06/05/07 00:21:54 nahi * abstract return type definition causes illegal …
(edit) @1829 [1829] 06/05/07 00:19:51 nahi * SOAPlet generated a wrong cookie. fixed.
(edit) @1827 [1827] 06/03/07 13:56:54 nahi * handle choice + maxOccurs="unbounded" correctly. closes #327.
(edit) @1825 [1825] 06/02/07 10:39:39 nahi * filter support. you can add filters to intercept before SOAP …
(edit) @1824 [1824] 06/02/07 00:44:41 nahi * Copyright notice updated. add '2000-2007' uniformly.
(edit) @1823 [1823] 05/31/07 23:24:19 nahi * WEBrick's authenticator support. allow to do basic_auth / digest_auth …
(edit) @1822 [1822] 05/31/07 22:38:50 nahi * now you can access to HTTP-Cookies with SOAP::RPC::SOAPlet.cookies from …
(edit) @1819 [1819] 05/30/07 22:19:56 nahi * [1813] did too much. recovered SOAPNil detection code. closes #348. …
(edit) @1817 [1817] 05/29/07 22:20:26 nahi * oneway service should return 202 Accepted / service client should accept …
(edit) @1814 [1814] 05/28/07 22:09:34 nahi * oneway service support of WSDLDriverFactory. closes #346.
(edit) @1813 [1813] 05/27/07 23:26:04 nahi * avoid generating SOAPUnknown object while literal service parsing.
(edit) @1812 [1812] 05/27/07 11:19:19 nahi * performance tuning (memory and speed) * reuse ParseFrame? in …
(edit) @1811 [1811] 05/26/07 11:25:22 nahi * netHttpClient + test_loopback_response support. closes #181.
Note: See TracRevisionLog for help on using the revision log.