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

root/trunk/lib/soap/wsdlDriver.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(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) @1975 [1975] 09/19/07 11:29:44 nahi * XML attribute must not be affected by default namespace. closes #430.
(edit) @1953 [1953] 09/12/07 11:06:07 nahi * extract check_classname method and put it in ClassNameCreator?. closes …
(edit) @1943 [1943] 09/08/07 23:39:35 nahi * let dump_method_signatures accept optional parameter servicename and …
(edit) @1939 [1939] 09/07/07 00:05:29 nahi * added wsdl/soap/classNameCreator and let it handle whole classname …
(edit) @1922 [1922] 08/26/07 00:30:15 nahi * added SOAP::WSDLDriverFactory#dump_method_signatures. it returns a …
(edit) @1893 [1893] 07/21/07 12:54:01 nahi * check illegal constant name before const_defined? call to avoid …
(edit) @1833 [1833] 06/05/07 10:34:36 nahi * let Header::Handler touch SOAPHeader on on_outbound. if a method …
(edit) @1824 [1824] 06/02/07 00:44:41 nahi * Copyright notice updated. add '2000-2007' uniformly.
(edit) @1814 [1814] 05/28/07 22:09:34 nahi * oneway service support of WSDLDriverFactory. closes #346.
(edit) @1775 [1775] 05/15/07 17:44:09 nahi * encode/decode basetype according to type definition in rpc/encoded …
(edit) @1731 [1731] 10/01/06 23:14:27 nahi moved @@schema_* things in classdef definition to mapping registry. …
(edit) @1717 [1717] 09/09/06 10:35:33 nahi typo fixed (depricate -> deprecate) avoid using define_method
(edit) @1607 [1607] 09/01/05 19:39:58 nahi send causes NoMethodError? with ruby/1.9. cf. [ruby-dev:26935]. …
(edit) @1603 [1603] 08/01/05 23:27:11 nahi avoid using Range#each for speed.
(edit) @1600 [1600] 07/31/05 00:55:04 nahi follow API change. closes #134.
(edit) @1596 [1596] 07/24/05 23:57:59 nahi method name change: XSD::Charset.encoding_label -> xml_encoding_label.
(edit) @1580 [1580] 07/18/05 14:54:19 nahi local element qualify/unqualify control. handles elementFormDefault and …
(edit) @1574 [1574] 07/14/05 21:46:02 nahi rpc/literal did not work with wsdl2ruby.rb. changes for #118. not …
(edit) @1566 [1566] 06/05/05 16:28:33 nahi remove unused code. closes #116.
(edit) @1552 [1552] 05/18/05 23:36:11 nahi use Kernel.warn instead of STDERR.puts. define Kernel.warn for ruby1.6.8.
(edit) @1537 [1537] 05/05/05 23:55:11 nahi use module_eval instead of define_method under ruby/1.6. related to #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) @1513 [1513] 04/27/05 16:11:13 nahi use methodDefCreator to generate param_def, not do it by itself.
(edit) @1465 [1465] 03/16/05 23:12:16 nahi fixed illegal handling of RPC operation name. use 'name' attribute of …
(edit) @1462 [1462] 03/13/05 01:29:38 nahi move EmptyResponseError? class definition to soap.rb
(edit) @1458 [1458] 03/12/05 12:07:17 nahi follow ruby-1.9 (unconfirmed) change. avoid local variable name crash …
(edit) @1445 [1445] 02/11/05 12:57:26 nahi cosmetic: ::XSD::* -> XSD::*
(edit) @1438 [1438] 02/10/05 20:44:04 nahi * mv 'Empty' definition to XSD::NamedElements::Empty. * make parameters of …
(edit) @1433 [1433] 02/06/05 21:58:35 nahi operation_style refactoring.
(edit) @1413 [1413] 02/02/05 21:37:35 nahi rollback a minor change to WSDLDriver for compatibility.
(edit) @1411 [1411] 02/02/05 18:40:38 nahi merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb. added …
(edit) @1397 [1397] 01/23/05 11:58:59 nahi from 1.5.3-ruby1.8.2, operation which has capitalized name (such as …
(edit) @1373 [1373] 12/21/04 22:54:40 nahi 'eval' cleanup. Thanks to usa. closes #39 (I hope).
(edit) @1332 [1332] 09/12/04 16:23:37 nahi * let proxy keep a HTTPStreamHandler instead of driver and wsdlDriver.
(edit) @1320 [1320] 08/06/04 16:23:05 nahi * nil check.
(edit) @1308 [1308] 07/30/04 20:15:18 nahi * follow rpc/proxy.rb's change.
(edit) @1301 [1301] 07/27/04 20:25:49 nahi * follow obj2soap/soap2obj signature change.
(edit) @1297 [1297] 07/27/04 11:24:31 nahi * changed obj2ele interface of SOAP::Mapping::WSDLLiteralRegistry. use …
(edit) @1284 [1284] 07/25/04 22:31:31 nahi * use rpc/proxy.rb. should be merged with driver.rb in the future.
(edit) @1255 [1255] 07/03/04 13:25:31 nahi * add simpleType restriction supoprt. (enumeration only)
(edit) @1210 [1210] 04/25/04 01:19:49 nahi * fixed 'any' element handling.
(edit) @1209 [1209] 04/24/04 08:18:12 nahi * element any should be ignored during Ruby mapping.
(edit) @1186 [1186] 03/27/04 03:01:08 nahi * wrong refactoring. fixed.
(edit) @1184 [1184] 03/27/04 01:39:28 nahi * initial (means "far from complete") simpleType support.
(edit) @1173 [1173] 01/23/04 15:53:06 nahi * SOAPHeader + WSDL did not work.
(edit) @1158 [1158] 01/18/04 18:28:24 nahi * follow parts attribute of soap:body element in WSDL.
(edit) @1138 [1138] 12/25/03 11:34:44 nahi * Content-ID header might not exist.
(edit) @1126 [1126] 12/22/03 22:18:45 nahi * …
(edit) @1121 [1121] 12/22/03 12:59:01 nahi * …
(edit) @1105 [1105] 12/05/03 21:53:29 nahi * read property from file.
(edit) @1102 [1102] 12/04/03 11:47:11 nahi * change basic_auth property. work as a property bag.
(edit) @1097 [1097] 12/02/03 23:49:11 nahi * rename property "client.protocol.*" to "protocol.*". it's for client, …
(edit) @1096 [1096] 12/02/03 16:23:13 nahi * recover environment variable proxy setting feature. you can specify …
(edit) @1089 [1089] 12/01/03 21:25:08 nahi * renamed property "client.streamhandler" to "client.protocol". * …
(edit) @1087 [1087] 12/01/03 14:22:39 nahi * introduce soap/property for optional parameter. driver#options...?
(edit) @1058 [1058] 11/25/03 15:07:45 nahi * changed license; GPL2 -> Ruby's. * lib/soap/rpc/driver.rb, …
(edit) @1047 [1047] 11/15/03 12:52:02 nahi add driver#mandatorycharset interface to foce using charset for parsing …
(edit) @1007 [1007] 10/11/03 13:50:15 nahi * small refactoring.
(edit) @969 [969] 09/24/03 22:54:20 nahi log if logdev given.
(edit) @952 [952] 09/20/03 22:38:07 nahi Follow devel-logger's change.
(edit) @902 [902] 09/10/03 01:19:25 nahi * document interface returns [header_element, body_object] instead of …
(edit) @898 [898] 09/08/03 01:13:37 nahi * lib/soap/mapping/wsdlRegistry.rb: element name should be qname. * …
(edit) @892 [892] 09/07/03 20:24:36 nahi * lib/soap/wsdlDriver.rb: Add obj-to-element mapping function to support …
(edit) @886 [886] 08/28/03 00:49:27 nahi Remove debug code.
(edit) @874 [874] 08/26/03 23:44:43 nahi Introduce WSDLDriver::Servant class and move WSDLDriver implementation …
(edit) @870 [870] 08/24/03 23:58:01 nahi follow lib/wsdl change.
(edit) @856 [856] 08/23/03 13:27:49 nahi Add wsdl/importer.rb.
(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) @834 [834] 08/03/03 21:21:18 nahi Add aliases for soap4r/1.4.8.1 compatibility. Samples in soap4r/1.4.8.1 …
(edit) @832 [832] 08/03/03 19:11:47 nahi * *.rb: change coding convention. - camelCase -> non_camel_case - foo( …
(edit) @802 [802] 03/21/03 10:53:52 nahi Follow recent changes.
(edit) @796 [796] 03/19/03 00:11:03 nahi Module name changed.
(edit) @789 [789] 03/16/03 20:15:30 nahi Follow class hierarchy change.
(edit) @772 [772] 03/01/03 22:19:48 nahi Add Driver#resetStream to reset aStreamHandler. Reset aStreamHandler when …
(edit) @749 [749] 01/18/03 00:28:35 nahi Wrapper method definition changed.
(edit) @721 [721] 01/16/03 00:18:39 nahi Remove actor attribute. Not used for now.
(edit) @706 [706] 01/15/03 21:38:29 nahi Remove useless dispatch to StreamHandler?.
(edit) @687 [687] 01/12/03 11:58:26 nahi Remove 'adjustKCode' function. Pass charset to parser instead of it.
(edit) @669 [669] 10/11/02 20:35:28 nahi Clear type of request method.
(edit) @650 [650] 10/07/02 23:28:26 nahi Added endpointUrl mutation interface.
(edit) @643 [643] 10/06/02 10:49:22 nahi Multi-ref serialization bug: RPC parameters which refers same object …
(edit) @634 [634] 10/05/02 03:12:12 nahi Reads WSDL via HTTP when given string begins with 'http'
(edit) @629 [629] 10/04/02 22:59:46 nahi Accessing @opt is MT-unsafe. Fixed.
(edit) @613 [613] 10/02/02 00:37:32 nahi Added WSDL decoding (halfway).
(add) @611 [611] 10/02/02 00:33:14 nahi Added WSDL support to encode.
Note: See TracRevisionLog for help on using the revision log.