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