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

root/trunk/lib/soap/baseData.rb


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) @1970 [1970] 09/17/07 12:10:11 nahi * non user visible changes * reduce String object allocation. * …
(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) @1947 [1947] 09/09/07 17:19:28 nahi * XML encoding does not work properly depending on CES. Generator should …
(edit) @1930 [1930] 08/30/07 23:38:46 nahi * cosmetic
(edit) @1923 [1923] 08/26/07 17:45:43 nahi * removed :schema_ns definition from mappingRegistry stub file. this …
(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) @1892 [1892] 07/21/07 12:51:36 nahi * added classes for rest built-in datatypes of XML Schema Datatypes …
(edit) @1857 [1857] 06/19/07 23:21:24 nahi * let xsd2ruby.rb generate a mapping registry and a mapper from XML Schema …
(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) @1832 [1832] 06/05/07 10:32:04 nahi * rename REXMLElementWrap -> SOAPREXMLElementWrap.
(edit) @1824 [1824] 06/02/07 00:44:41 nahi * Copyright notice updated. add '2000-2007' uniformly.
(edit) @1798 [1798] 05/21/07 21:53:44 nahi * do not add accessor methods to SOAPElement for speed performance. SOAP …
(edit) @1779 [1779] 05/17/07 10:47:54 nahi * allow to send XML. pass a REXML::Element(includes REXML::Document) or …
(edit) @1776 [1776] 05/15/07 22:34:45 nahi * added support for token and language. applied a patch with a little …
(edit) @1767 [1767] 05/13/07 22:45:09 nahi * slipped dependency to xsd/codegen/gensupport. closes #312.
(edit) @1753 [1753] 05/04/07 01:12:56 nahi * treat empty xsd:string element as not nil but "" under document/liteal …
(edit) @1735 [1735] 10/04/06 10:53:17 nahi decode <ele xsi:nil="true" /> to SOAP::SOAPNil in literal service. closes …
(edit) @1724 [1724] 09/24/06 21:02:36 nahi more aggressive xml 'qualified' control. closes #260.
(edit) @1705 [1705] 08/30/06 12:18:44 nahi rpc serialize + @@schema_element definition in class causes mapping error: …
(edit) @1683 [1683] 07/22/06 16:10:00 nahi * define singleton method with instance_eval instead of define_method + …
(edit) @1652 [1652] 10/22/05 00:36:57 nahi added soapenc types to TypeMap?. soap4r does not use soapenc types …
(edit) @1650 [1650] 10/19/05 22:35:12 nahi <any/> support for WSDL2Ruby generated class and stubs. closes #148.
(edit) @1649 [1649] 10/19/05 18:06:28 nahi added <any/> serialization support. it should be enough for Driver. …
(edit) @1635 [1635] 09/25/05 22:23:52 nahi let SOAPElement.from_obj handle an Array of key-value pair. …
(edit) @1604 [1604] 08/04/05 23:20:55 nahi various mere changes for performance. just 5% or so. Hmm…
(edit) @1603 [1603] 08/01/05 23:27:11 nahi avoid using Range#each for speed.
(edit) @1580 [1580] 07/18/05 14:54:19 nahi local element qualify/unqualify control. handles elementFormDefault and …
(edit) @1540 [1540] 05/10/05 19:55:39 nahi do not use Mapping.define_singleton_method under ruby-1.6.8. closes #95.
(edit) @1533 [1533] 05/05/05 11:12:03 nahi refactoring regards to runtime method definition. related to #95.
(edit) @1520 [1520] 04/27/05 23:56:40 nahi removed svn:executable
(edit) @1508 [1508] 04/20/05 09:58:46 nahi define inspect of WSDL::Info and SOAP::SOAPType for concise inspection. …
(edit) @1468 [1468] 04/14/05 16:40:52 nahi SOAPElement <-> obj: allow multiple child elements which has the same …
(edit) @1459 [1459] 03/12/05 12:07:39 nahi cosmetic.
(edit) @1452 [1452] 02/23/05 22:57:49 nahi xsi:type of SOAPArray should be soap:Array.
(edit) @1403 [1403] 01/24/05 23:38:26 nahi let encoders utilize default namespace to generate clean XML.
(edit) @1391 [1391] 01/16/05 10:15:49 nahi add SOAPStruct#to_obj. this change and the previous change [1390] are for …
(edit) @1373 [1373] 12/21/04 22:54:40 nahi 'eval' cleanup. Thanks to usa. closes #39 (I hope).
(edit) @1319 [1319] 08/06/04 16:22:49 nahi * add SOAPCompoundtype like interface to SOAPElement for soap2obj mapping.
(edit) @1315 [1315] 08/03/04 15:00:50 nahi * add xsd derived type support; byte, nonPositiveInteger, …
(edit) @1257 [1257] 07/03/04 13:27:31 nahi * add mustUnderstand attribute support.
(edit) @1164 [1164] 01/20/04 22:34:05 nahi * make SOAPHeader a child of SOAPStruct, not SOAPArray.
(edit) @1152 [1152] 01/16/04 00:12:43 nahi * key could not be a String (Symbol?)
(edit) @1123 [1123] 12/22/03 22:16:27 nahi * lib/soap/{attachment.rb,baseData.rb,encodingstyle/soapHandler.rb}: …
(edit) @1116 [1116] 12/22/03 12:50:37 nahi * lib/soap/baseData.rb: SOAPReference#initialize gets referent object …
(edit) @1058 [1058] 11/25/03 15:07:45 nahi * changed license; GPL2 -> Ruby's. * lib/soap/rpc/driver.rb, …
(edit) @1050 [1050] 11/16/03 12:12:51 nahi show coding intention
(edit) @1012 [1012] 10/14/03 01:07:13 nahi * changed SOAPGenerator interface to allow complex XML attribute …
(edit) @972 [972] 09/25/03 00:34:57 nahi Remove unused constant.
(edit) @962 [962] 09/23/03 23:23:30 nahi foo.methods.include?(bar) -> foo.respond_to?(:bar)
(edit) @950 [950] 09/20/03 22:28:58 nahi * move wsdl/namedElements.rb to xsd/namedelements. * do not introduce XSD …
(edit) @940 [940] 09/13/03 21:22:50 nahi Use XSD::QName#dup_name to change element name.
(edit) @891 [891] 09/07/03 20:23:43 nahi * lib/soap/baseData.rb: SOAPElement is not a SOAPCompoundtype. * …
(edit) @877 [877] 08/26/03 23:47:30 nahi SOAPElement constructor signature change.
(edit) @844 [844] 08/22/03 00:13:47 nahi Move compatibility modules to soap/comapt.rb
(edit) @842 [842] 08/13/03 21:54:13 nahi copyright comment.
(edit) @832 [832] 08/03/03 19:11:47 nahi * *.rb: change coding convention. - camelCase -> non_camel_case - foo( …
(edit) @787 [787] 03/16/03 20:13:46 nahi Use for idx in ... instead of Integer#upto.
(edit) @773 [773] 03/02/03 19:38:44 nahi Add extraAttrs attribute to add attributes to XML instance.
(edit) @661 [661] 10/11/02 20:03:57 nahi Changed self.decode interface. decode( ns, name ) => decode( elementName …
(edit) @642 [642] 10/06/02 10:46:42 nahi Added SOAPArray#to_a.
(edit) @632 [632] 10/05/02 03:11:01 nahi TypeMap? has moved to typeMap.rb
(edit) @630 [630] 10/04/02 22:59:59 nahi Formatting.
(edit) @608 [608] 09/30/02 01:17:49 nahi Moved type mapper to mappingRegistry.rb.
(edit) @601 [601] 09/23/02 22:53:09 nahi Moved QName definition in wsdl package (wsdl/name) to soap package …
(edit) @600 [600] 09/23/02 02:09:24 nahi Changed Literal definitions. Added type collection interface; …
(edit) @545 [545] 09/18/02 01:49:54 nahi Added soapenc:short.
(edit) @537 [537] 06/29/02 12:37:52 nahi Changed class order.
(edit) @526 [526] 05/24/02 23:59:21 nahi Changed constant: gYear -> GYear.
(edit) @511 [511] 05/21/02 21:02:13 nahi Changed order of class definitions. Follow XMLSchemaDatatypes.rb
(edit) @493 [493] 05/09/02 00:21:15 nahi Added SOAPRawString class.
(edit) @441 [441] 03/27/02 00:58:11 nahi Reduce warning.
(edit) @390 [390] 12/11/01 19:23:07 nakahiro Illegal decoding of a position-less element after position-ed element. …
(edit) @380 [380] 12/07/01 17:52:18 nakahiro instance_eval in SOAPStruct#add for adding accessor illegaly overrode …
(edit) @377 [377] 12/07/01 13:28:04 nakahiro Default of root is false, not 0.
(edit) @364 [364] 12/05/01 11:03:00 nakahiro Added SOAPElement for literal encoding.
(edit) @353 [353] 11/30/01 20:28:13 nakahiro Removed unused methods.
(edit) @345 [345] 11/26/01 13:15:17 nakahiro Removed SOAP encoding functions. EncondingStyleHandler? should decide how …
(edit) @337 [337] 11/22/01 19:37:17 nakahiro Added encodingStyle attr.
(edit) @301 [301] 08/03/01 10:29:19 nakahiro SOAPStruct: Accept untyped struct.
(edit) @275 [275] 07/24/01 14:14:11 nakahiro SOAPHexBinary: Added. SOAPNil: Should not be xsd:nil but xsi:nil.
(edit) @252 [252] 07/14/01 19:24:10 nakahiro Add Envelope namespace definition if needed.
(edit) @242 [242] 07/12/01 15:39:17 nakahiro Renamed method 'createNS' -> 'addNSDeclAttr'. Define encodingStyle …
(edit) @210 [210] 07/10/01 18:52:30 nakahiro SOAPStruct#[] supports Range parameter.
(edit) @206 [206] 07/10/01 12:32:13 nakahiro SOAPArray: Added rank interface.
(edit) @196 [196] 07/07/01 20:47:29 nakahiro Changed decode interface: entity -> name
(edit) @191 [191] 07/06/01 12:15:06 nakahiro SOAPArray: Incomplete sparse array support. Fixed.
(edit) @188 [188] 07/05/01 20:52:37 nakahiro SOAPDate, SOAPTime: Added.
(edit) @157 [157] 07/04/01 12:29:34 nakahiro SOAPNil: Accepts initial value for Nil value (nil by default). SOAPDouble: …
(edit) @148 [148] 06/28/01 20:11:12 nakahiro SOAPDecimal, SOAPLong: Added. SOAPArray: Added 'position' and 'offset' …
(edit) @144 [144] 06/22/01 22:07:33 nakahiro arrayType could be omitted.
(edit) @135 [135] 06/21/01 15:47:40 nakahiro Illegal namespace scope.
(edit) @126 [126] 06/21/01 15:05:50 nakahiro Added NilValue?. Supported either null='1'(1999 schema) and …
(edit) @125 [125] 06/21/01 14:55:06 nakahiro Array was not typed with xsi:type.
Note: See TracRevisionLog for help on using the revision log.