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

root/trunk/lib/soap/parser.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1978 [1978] 09/21/07 18:18:19 nahi * unqualified element 'Envelope', 'Header', 'Body' and 'Fault' caused an …
(edit) @1970 [1970] 09/17/07 12:10:11 nahi * non user visible changes * reduce String object allocation. * …
(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) @1824 [1824] 06/02/07 00:44:41 nahi * Copyright notice updated. add '2000-2007' uniformly.
(edit) @1812 [1812] 05/27/07 11:19:19 nahi * performance tuning (memory and speed) * reuse ParseFrame? in …
(edit) @1765 [1765] 05/13/07 21:49:18 nahi * let SOAPEnvelope, SOAPBody and SOAPHeader support extraattr for …
(edit) @1607 [1607] 09/01/05 19:39:58 nahi send causes NoMethodError? with ruby/1.9. cf. [ruby-dev:26935]. …
(edit) @1570 [1570] 07/13/05 23:16:21 nahi Let envelope namespace configuable. usage; TemporaryNamespace? = …
(edit) @1520 [1520] 04/27/05 23:56:40 nahi removed svn:executable
(edit) @1256 [1256] 07/03/04 13:26:40 nahi * omit unneccesary encodingStyle definition in SOAPHeader.
(edit) @1126 [1126] 12/22/03 22:18:45 nahi * …
(edit) @1121 [1121] 12/22/03 12:59:01 nahi * …
(edit) @1058 [1058] 11/25/03 15:07:45 nahi * changed license; GPL2 -> Ruby's. * lib/soap/rpc/driver.rb, …
(edit) @960 [960] 09/23/03 01:08:29 nahi Follow directory hierarchy change of encodingstyle handlers.
(edit) @950 [950] 09/20/03 22:28:58 nahi * move wsdl/namedElements.rb to xsd/namedelements. * do not introduce XSD …
(edit) @865 [865] 08/24/03 10:23:45 nahi change exception hierarchy.
(edit) @858 [858] 08/23/03 23:08:16 nahi Refactoring: XML parser wrapper libs to xsd/xmlparser/*
(edit) @857 [857] 08/23/03 18:34:21 nahi Let XSD::NS thread-safe.
(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) @818 [818] 03/31/03 23:42:33 nahi Follow WSDL parser interface.
(edit) @775 [775] 03/02/03 19:46:38 nahi parseNS returns attributes except xmlns. Regards to previous commit log, …
(edit) @750 [750] 01/18/03 00:29:19 nahi A parser may not know about the encodingStyle which is specified by …
(edit) @703 [703] 01/12/03 23:37:41 nahi Add ParserError? exception class.
(edit) @685 [685] 01/12/03 11:55:13 nahi Add attributes; charset, defaultEncodingStyle, decodeComplexTypes and …
(edit) @666 [666] 10/11/02 20:31:40 nahi Split SOAPEnvelope related parsing code from decodeTag.
(edit) @625 [625] 10/04/02 01:19:55 nahi WSDLDriver supports decoding Envelope, Header, Body and Fault.
(edit) @613 [613] 10/02/02 00:37:32 nahi Added WSDL decoding (halfway).
(edit) @601 [601] 09/23/02 22:53:09 nahi Moved QName definition in wsdl package (wsdl/name) to soap package …
(edit) @538 [538] 06/29/02 12:38:22 nahi Added some comments.
(edit) @529 [529] 05/25/02 00:03:40 nahi Changed class variable access. class << self def foo @@foo …
(edit) @524 [524] 05/23/02 22:45:27 nahi Dump what parser is used when $DEBUG.
(edit) @477 [477] 05/06/02 02:53:24 nahi Modified parserFactory interface. Simplified parserFactory loader.
(edit) @473 [473] 05/06/02 00:04:01 nahi Use class variable and changed defaultParser interface.
(edit) @438 [438] 03/23/02 02:33:24 nahi A little change to automatic KCode conversion.
(edit) @436 [436] 03/21/02 02:40:01 nahi Added REXML parser.
(edit) @360 [360] 12/03/01 12:18:09 nakahiro Renamed encoding.rb to encodingStyleHandler.rb
(edit) @354 [354] 11/30/01 20:31:52 nakahiro Added defaultEncodingStyle attr.
(edit) @344 [344] 11/26/01 13:10:39 nakahiro Added NS.reset.
(edit) @339 [339] 11/22/01 19:38:37 nakahiro Error class changed.
(edit) @336 [336] 11/14/01 15:49:32 nakahiro Keep changing to support literal encoding.
(edit) @256 [256] 07/14/01 19:28:43 nakahiro Moved SOAPNQXML*Parser to nqxmlparser.rb.
(edit) @251 [251] 07/12/01 20:00:41 nakahiro Set $KCODE for regexps used in NQXML parser and reset at epilogue.
(edit) @250 [250] 07/12/01 19:11:44 nakahiro Added $KCODE conversion function for NQXMLParser.
(edit) @244 [244] 07/12/01 15:40:08 nakahiro Parser#parser's argument can be omit.
(edit) @197 [197] 07/07/01 20:50:09 nakahiro Changed decode interface: entity -> name and attr. Added automatic CES …
(edit) @193 [193] 07/07/01 17:36:48 nakahiro Removed SOAPXMLParserParser.
(edit) @162 [162] 07/04/01 12:43:34 nakahiro SOAPFault's element(faultcode, faultstring, faultactor and detail) should …
(edit) @153 [153] 06/28/01 20:26:40 nakahiro Fault items like 'faultcode' which is not in Fault element should not be …
(edit) @131 [131] 06/21/01 15:25:20 nakahiro Support default encodingStyle.
(edit) @111 [111] 05/29/01 21:58:36 nakahiro Refactoring variable name.
(edit) @101 [101] 05/24/01 22:35:47 nakahiro Extracted literals from code. Corrected whitespace chars. handling.
(add) @79 [79] 05/20/01 14:57:26 nakahiro SOAP Parser library.
Note: See TracRevisionLog for help on using the revision log.