|
|
|
@2006
|
[2006]
|
10/28/07 17:16:29 |
nahi |
* update tests for the previous change ('in' -> :in) |
|
|
|
@1996
|
[1996]
|
10/02/07 23:27:44 |
nahi |
* (merged from branches/1_5: -r1993:1995)
* avoid NameError? if an … |
|
|
|
@1979
|
[1979]
|
09/21/07 18:25:43 |
nahi |
* when there are 2 unqualified anonymous elements which have the same name … |
|
|
|
@1963
|
[1963]
|
09/15/07 17:41:36 |
nahi |
* update tests. do not crash at teardown when setup failed. closes #396. |
|
|
|
@1923
|
[1923]
|
08/26/07 17:45:43 |
nahi |
* removed :schema_ns definition from mappingRegistry stub file. this … |
|
|
|
@1896
|
[1896]
|
07/21/07 12:57:23 |
nahi |
* test updated for the previous commit. |
|
|
|
@1891
|
[1891]
|
07/20/07 00:08:51 |
nahi |
* wsdl2ruby.rb generated too much 'XSD::QName.new(...)' parts. let … |
|
|
|
@1880
|
[1880]
|
07/12/07 22:34:01 |
nahi |
* schema type not passed for simletype. instead, the base class … |
|
|
|
@1794
|
[1794]
|
05/20/07 23:33:55 |
nahi |
* extract common test methods in TestUtil? module.
* silent require. … |
|
|
|
@1775
|
[1775]
|
05/15/07 17:44:09 |
nahi |
* encode/decode basetype according to type definition in rpc/encoded … |
|
|
|
@1773
|
[1773]
|
05/14/07 23:51:24 |
nahi |
* applied a patch from Felipe Contreras for union + memberType support … |
|
|
|
@1755
|
[1755]
|
05/04/07 01:18:43 |
nahi |
* try to avoid name crash of dynamic generated code rquire. |
|
|
|
@1731
|
[1731]
|
10/01/06 23:14:27 |
nahi |
moved @@schema_* things in classdef definition to mapping registry. … |
|
|
|
@1720
|
[1720]
|
09/10/06 20:46:24 |
nahi |
soap/mapping/* refactoring.
registry.rb -> split into registry.rb (common) … |
|
|
|
@1679
|
[1679]
|
12/04/05 11:35:26 |
nahi |
changed classdef generation handling of WSDL simpleType enumeration: it … |
|
|
|
@1664
|
[1664]
|
11/07/05 22:14:12 |
nahi |
classdef definition more pretty printing.
let simpleContent + attribute … |
|
|
|
@1655
|
[1655]
|
10/30/05 22:10:25 |
nahi |
added <choice/> support. closes #168. |
|
|
|
@1653
|
[1653]
|
10/26/05 23:06:01 |
nahi |
let ClassDefCreator? dump @@schema_element in multiple-and-indented … |
|
|
|
@1628
|
[1628]
|
09/21/05 21:01:29 |
nahi |
suppress deliberate warnings with $VERBOSE = nil. closes #153. |
|
|
|
@1584
|
[1584]
|
07/21/05 22:38:35 |
nahi |
rpc/literal support. closes #118. |
|
|
|
@1574
|
[1574]
|
07/14/05 21:46:02 |
nahi |
rpc/literal did not work with wsdl2ruby.rb. changes for #118. not … |
|
|
|
@1532
|
[1532]
|
05/05/05 11:10:31 |
nahi |
double-quote type information in generated class definition. raw … |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1515
|
[1515]
|
04/27/05 16:13:21 |
nahi |
let WSDLEncodedRegistry#soap2obj map SOAP/OM to Ruby according to WSDL as … |
|
|
|
@1486
|
[1486]
|
04/16/05 19:19:34 |
nahi |
cosmetic (QName in comment) |
|
|
|
@1479
|
[1479]
|
04/15/05 17:10:10 |
nahi |
same as [1478] |
|
|
|
@1478
|
[1478]
|
04/15/05 16:40:17 |
nahi |
length and pattern restriction support. closes #90. |
|
|
|
@1477
|
[1477]
|
04/15/05 16:36:43 |
nahi |
follow the library change in [1474]. |
|
|
|
@1471
|
[1471]
|
04/14/05 22:32:21 |
nahi |
let @@schema_element preserve ordering of contained elements defined in … |
|
|
|
@1470
|
[1470]
|
04/14/05 16:59:52 |
nahi |
refine Ruby <-> SOAP mapping for better doc/lit support. mapping details … |
|
|
|
@1445
|
[1445]
|
02/11/05 12:57:26 |
nahi |
cosmetic: ::XSD::* -> XSD::* |
|
|
|
@1437
|
[1437]
|
02/08/05 23:35:36 |
nahi |
let wsdl2ruby.rb and xsd2ruby.rb be a library. bin/wsdl2ruby.rb and … |
|
|
|
@1432
|
[1432]
|
02/06/05 21:58:17 |
nahi |
@@schema_attribute was not dumped when a schema definition does not … |
|
|
|
@1424
|
[1424]
|
02/04/05 11:04:25 |
nahi |
follow [1418]. |
|
|
|
@1415
|
[1415]
|
02/02/05 23:46:52 |
nahi |
* added new tests: test/soap/wsdlDriver/test_document.rb and … |
|
|
|
@1414
|
[1414]
|
02/02/05 21:40:37 |
nahi |
* update expectedDrivers regarding to [1411].
* remove … |
|
|
|
@1411
|
[1411]
|
02/02/05 18:40:38 |
nahi |
merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb.
added … |
|
|
|
@1400
|
[1400]
|
01/24/05 15:07:53 |
nahi |
newline noramalization. |
|
|
|
@1399
|
[1399]
|
01/23/05 12:19:57 |
nahi |
catch up [1385] |
|
|
|
@1395
|
[1395]
|
01/17/05 22:37:52 |
nahi |
in SOAP::RPC, let HTTPServer and CGIStub access to operation definition … |
|
|
|
@1380
|
[1380]
|
12/28/04 23:19:42 |
nahi |
cosmetic changes; wrong indent, unnecessary white space, etc. closes #46. |
|
|
|
@1345
|
[1345]
|
11/13/04 22:32:37 |
nahi |
* ditto. |
|
|
|
@1344
|
[1344]
|
11/13/04 22:28:47 |
nahi |
* forgot to add. |
|
|
|
@1329
|
[1329]
|
08/11/04 09:15:15 |
nahi |
* add asserts. |
|
|
|
@1313
|
[1313]
|
07/30/04 20:48:49 |
nahi |
* update expected result. |
|
|
|
@1290
|
[1290]
|
07/25/04 22:47:39 |
nahi |
* update test. |
|
|
|
@1246
|
[1246]
|
05/17/04 23:37:38 |
nahi |
* update expected result |
|
|
|
@1244
|
[1244]
|
05/17/04 00:15:01 |
nahi |
* add --classdef test |
|
|
|
@1240
|
[1240]
|
05/16/04 19:28:48 |
nahi |
* update expected test result |
|
|
|
@1225
|
[1225]
|
05/10/04 22:58:34 |
nahi |
* updated expected test result |
|
|
|
@1213
|
[1213]
|
04/25/04 01:25:13 |
nahi |
* add sample definition which uses simpleType as a param. |
|
|
|
@1212
|
[1212]
|
04/25/04 01:21:21 |
nahi |
* update |
|
|
|
@1208
|
[1208]
|
04/22/04 23:52:55 |
nahi |
* expected result updated |
|
|
|
@1200
|
[1200]
|
04/21/04 22:56:50 |
nahi |
* add test for simpletype + rpc driver generation |
|
|
|
@1187
|
[1187]
|
03/27/04 09:26:54 |
nahi |
* add test of simpleType |