|
|
|
@2011
|
[2011]
|
02/10/08 10:57:09 |
nahi |
* merged from 1_5 branch.
* enabled Sriver#generate_explicit_type for … |
|
|
|
@2006
|
[2006]
|
10/28/07 17:16:29 |
nahi |
* update tests for the previous change ('in' -> :in) |
|
|
|
@2004
|
[2004]
|
10/26/07 23:39:36 |
nahi |
* deleted WSDLDriverFactory#create_driver (replaced with create_rpc_driver … |
|
|
|
@1993
|
[1993]
|
10/01/07 20:32:26 |
nahi |
* (merged from branches/1_5: -r1989:1992)
* simpleRestriction + … |
|
|
|
@1983
|
[1983]
|
09/24/07 22:25:04 |
nahi |
* illegal marshaling a request for rpc/literal + parameter is a built-in … |
|
|
|
@1975
|
[1975]
|
09/19/07 11:29:44 |
nahi |
* XML attribute must not be affected by default namespace. closes #430. |
|
|
|
@1973
|
[1973]
|
09/17/07 21:14:58 |
nahi |
* allow to remove mustUnderstand attribute from a SOAP Header. I heard … |
|
|
|
@1970
|
[1970]
|
09/17/07 12:10:11 |
nahi |
* non user visible changes
* reduce String object allocation.
* … |
|
|
|
@1968
|
[1968]
|
09/16/07 10:48:49 |
nahi |
* reduce ignorable test warnings. |
|
|
|
@1963
|
[1963]
|
09/15/07 17:41:36 |
nahi |
* update tests. do not crash at teardown when setup failed. closes #396. |
|
|
|
@1954
|
[1954]
|
09/12/07 15:05:29 |
nahi |
* mapping_registry was not generated propery for anonymous complexTypes … |
|
|
|
@1949
|
[1949]
|
09/10/07 21:13:35 |
nahi |
* do not create extraattr entry in SOAP/OM when the value is nil. it … |
|
|
|
@1947
|
[1947]
|
09/09/07 17:19:28 |
nahi |
* XML encoding does not work properly depending on CES. Generator should … |
|
|
|
@1937
|
[1937]
|
09/06/07 12:00:32 |
nahi |
* WSDLDriverFactory did not handle nested sequence/choice correctlyl. … |
|
|
|
@1926
|
[1926]
|
08/28/07 23:03:30 |
nahi |
* added a test for basic_auth definition. |
|
|
|
@1921
|
[1921]
|
08/25/07 00:52:30 |
nahi |
* added NestedException?.
* let MappingError? be a NestedException? and show … |
|
|
|
@1919
|
[1919]
|
08/23/07 21:01:27 |
nahi |
* should allow durations lower than a day. Thanks to an anonymous user … |
|
|
|
@1908
|
[1908]
|
07/31/07 22:12:18 |
nahi |
* avoid NoMethodError? when passing SOAPArray to LiteralRegistry?. It's … |
|
|
|
@1898
|
[1898]
|
07/21/07 17:37:00 |
nahi |
* add :default_ns_tag option to configure a pre-defined Namespace tag.
… |
|
|
|
@1887
|
[1887]
|
07/16/07 23:14:21 |
nahi |
* allow to customize default ns definition of SOAP Envelope. … |
|
|
|
@1885
|
[1885]
|
07/15/07 14:41:45 |
nahi |
* use httpclient instead of http-access2. (works with http-access/2.0.9 as … |
|
|
|
@1876
|
[1876]
|
07/04/07 23:13:44 |
nahi |
* tests updated; testcase name collision, interop test config, etc. |
|
|
|
@1873
|
[1873]
|
07/02/07 23:45:06 |
nahi |
* try to call klass.soap_marshallable before mapping an XML element to the … |
|
|
|
@1872
|
[1872]
|
07/02/07 22:15:36 |
nahi |
* allow xsi:nil="true" element as an RPC request though I don't think it's … |
|
|
|
@1870
|
[1870]
|
07/01/07 01:20:18 |
nahi |
* change SOAP::Filter::StreamHandler? hook method name: on_httppost_* -> … |
|
|
|
@1869
|
[1869]
|
07/01/07 00:40:30 |
nahi |
* added 'protocol.http.auth' option to set authentication information for … |
|
|
|
@1868
|
[1868]
|
06/30/07 12:39:06 |
nahi |
* added an API for filtering streamhandler to capture/generate HTTP … |
|
|
|
@1867
|
[1867]
|
06/29/07 20:21:28 |
nahi |
* forgot to add. |
|
|
|
@1863
|
[1863]
|
06/26/07 23:11:57 |
nahi |
* follow http-access-2.0.8-SNAPSHOT |
|
|
|
@1862
|
[1862]
|
06/25/07 20:38:04 |
nahi |
* passing nil as a basetype through wsdl2ruby.rb generated … |
|
|
|
@1846
|
[1846]
|
06/12/07 23:55:54 |
nahi |
* SOAPElement.from_obj(obj): allow to set XML attribute.
This method is … |
|
|
|
@1840
|
[1840]
|
06/08/07 15:15:58 |
nahi |
* re-implemented token and language type support. closes #252. |
|
|
|
@1837
|
[1837]
|
06/07/07 22:00:28 |
nahi |
* avoid conflict with ActiveSupport?'s Array#to_xml. renamed to_xml -> … |
|
|
|
@1833
|
[1833]
|
06/05/07 10:34:36 |
nahi |
* let Header::Handler touch SOAPHeader on on_outbound. if a method … |
|
|
|
@1831
|
[1831]
|
06/05/07 10:29:44 |
nahi |
* rename SOAP::Filter::FilterBase? -> SOAP::Filter::Handler. The name is … |
|
|
|
@1825
|
[1825]
|
06/02/07 10:39:39 |
nahi |
* filter support.
you can add filters to intercept before SOAP … |
|
|
|
@1806
|
[1806]
|
05/25/07 15:05:14 |
nahi |
* SOAPGenerator does not check string lexical scope for performance since … |
|
|
|
@1805
|
[1805]
|
05/24/07 22:26:37 |
nahi |
* support typed element which type is qualified.
<element name="foo" … |
|
|
|
@1801
|
[1801]
|
05/21/07 21:55:45 |
nahi |
* follows SOAPElement change. |
|
|
|
@1794
|
[1794]
|
05/20/07 23:33:55 |
nahi |
* extract common test methods in TestUtil? module.
* silent require. … |
|
|
|
@1792
|
[1792]
|
05/20/07 18:34:33 |
nahi |
* added utf-8 test |
|
|
|
@1784
|
[1784]
|
05/19/07 12:47:46 |
nahi |
* added CDATA support with rexml/xmlscan as an XML parser. closes #332. |
|
|
|
@1780
|
[1780]
|
05/17/07 11:21:52 |
nahi |
* test for #332 |
|
|
|
@1779
|
[1779]
|
05/17/07 10:47:54 |
nahi |
* allow to send XML. pass a REXML::Element(includes REXML::Document) or … |
|
|
|
@1765
|
[1765]
|
05/13/07 21:49:18 |
nahi |
* let SOAPEnvelope, SOAPBody and SOAPHeader support extraattr for … |
|
|
|
@1760
|
[1760]
|
05/11/07 14:53:28 |
nahi |
* allow to set basic_auth definition in soap/property file. closes #198.
… |
|
|
|
@1756
|
[1756]
|
05/04/07 09:03:26 |
nahi |
* cleanups |
|
|
|
@1751
|
[1751]
|
05/02/07 17:15:55 |
nahi |
* avoid name crash of dynamic loaded classes. we need classloader like … |
|
|
|
@1730
|
[1730]
|
10/01/06 23:10:38 |
nahi |
test for #250 |
|
|
|
@1728
|
[1728]
|
09/25/06 15:43:32 |
nahi |
updated classdef file for a test. |
|
|
|
@1726
|
[1726]
|
09/25/06 14:26:30 |
nahi |
do not validate CES by default to avoid consuming memory. let XML … |
|
|
|
@1724
|
[1724]
|
09/24/06 21:02:36 |
nahi |
more aggressive xml 'qualified' control. closes #260. |
|
|
|
@1697
|
[1697]
|
08/06/06 23:26:14 |
nahi |
WSDLLiteralRegistry + generated classDef file caused Array mapping … |
|
|
|
@1687
|
[1687]
|
07/22/06 22:23:26 |
nahi |
follow [1683] |
|
|
|
@1675
|
[1675]
|
11/23/05 18:41:05 |
nahi |
added test for custom ApacheMap?(Hash). |
|
|
|
@1666
|
[1666]
|
11/12/05 15:01:13 |
nahi |
added a sample for #180. |
|
|
|
@1665
|
[1665]
|
11/08/05 23:57:33 |
nahi |
allow user to set own streamhandler.
… |
|
|
|
@1658
|
[1658]
|
11/03/05 09:54:13 |
nahi |
allow document method definition with nil instead of [] when its … |
|
|
|
@1642
|
[1642]
|
10/16/05 21:28:36 |
nahi |
changes for #153. |
|
|
|
@1628
|
[1628]
|
09/21/05 21:01:29 |
nahi |
suppress deliberate warnings with $VERBOSE = nil. closes #153. |
|
|
|
@1624
|
[1624]
|
09/15/05 10:07:44 |
nahi |
ASPDotNetHandler unintentionally changed its behavior in 1.5.4. closes … |
|
|
|
@1617
|
[1617]
|
09/13/05 13:36:07 |
nahi |
a test may fail depending OpenSSL version. |
|
|
|
@1615
|
[1615]
|
09/12/05 21:32:24 |
nahi |
these tests depends on http-access2. do not run the tests when … |
|
|
|
@1601
|
[1601]
|
08/01/05 23:25:58 |
nahi |
split into 2 tests. |
|
|
|
@1597
|
[1597]
|
07/25/05 00:01:57 |
nahi |
let external CES configuable. ex. clientsoap.mapping.external_ces? = … |
|
|
|
@1587
|
[1587]
|
07/22/05 21:53:43 |
nahi |
let indent space size configuable. closes #130. |
|
|
|
@1585
|
[1585]
|
07/21/05 23:15:41 |
nahi |
SOAP::Header::SimpleHeader? (de)serialization throws on … |
|
|
|
@1584
|
[1584]
|
07/21/05 22:38:35 |
nahi |
rpc/literal support. closes #118. |
|
|
|
@1580
|
[1580]
|
07/18/05 14:54:19 |
nahi |
local element qualify/unqualify control. handles elementFormDefault and … |
|
|
|
@1579
|
[1579]
|
07/18/05 14:49:41 |
nahi |
forgot to add |
|
|
|
@1578
|
[1578]
|
07/18/05 14:48:39 |
nahi |
run this SSL server with -d does not work as we expected. |
|
|
|
@1573
|
[1573]
|
07/14/05 21:39:25 |
nahi |
add test for #124. |
|
|
|
@1563
|
[1563]
|
05/24/05 00:31:31 |
nahi |
method name 'set' was able to crash with a class Set.
ruby -rset … |
|
|
|
@1548
|
[1548]
|
05/12/05 10:15:20 |
nahi |
add tests for #105 and fixed another bug Date.year < 0 handling. closes … |
|
|
|
@1545
|
[1545]
|
05/11/05 22:05:02 |
nahi |
add tests for #105. closes #105. |
|
|
|
@1544
|
[1544]
|
05/11/05 22:02:11 |
nahi |
add test for #104. |
|
|
|
@1541
|
[1541]
|
05/10/05 20:28:20 |
nahi |
update unit test runner for ruby-1.6.8 |
|
|
|
@1536
|
[1536]
|
05/05/05 11:16:17 |
nahi |
cosmetic |
|
|
|
@1528
|
[1528]
|
05/01/05 12:45:05 |
nahi |
FastCGI support (I tested only with pure ruby fastcgi implementation in … |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1502
|
[1502]
|
04/18/05 00:07:37 |
nahi |
avoid name crash (test/unit defines ::Version) |
|
|
|
@1470
|
[1470]
|
04/14/05 16:59:52 |
nahi |
refine Ruby <-> SOAP mapping for better doc/lit support. mapping details … |
|
|
|
@1465
|
[1465]
|
03/16/05 23:12:16 |
nahi |
fixed illegal handling of RPC operation name. use 'name' attribute of … |
|
|
|
@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::* |
|
|
|
@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 … |
|
|
|
@1406
|
[1406]
|
01/29/05 16:34:52 |
nahi |
widely rewrited style/use support code. fixes #60. |
|
|
|
@1405
|
[1405]
|
01/29/05 12:41:28 |
nahi |
test support. |
|
|
|
@1400
|
[1400]
|
01/24/05 15:07:53 |
nahi |
newline noramalization. |
|
|
|
@1395
|
[1395]
|
01/17/05 22:37:52 |
nahi |
in SOAP::RPC, let HTTPServer and CGIStub access to operation definition … |
|
|
|
@1393
|
[1393]
|
01/16/05 12:26:17 |
nahi |
test for the previous commit; [1392] |
|
|
|
@1383
|
[1383]
|
01/09/05 18:10:18 |
nahi |
accept an URI object as an endpoint_url arg even under net/http … |
|
|
|
@1378
|
[1378]
|
12/21/04 23:28:25 |
nahi |
Follows the changeset [1373] (eval cleanups) |
|
|
|
@1377
|
[1377]
|
12/21/04 23:27:35 |
nahi |
Reverted the previous change (changeset [1366]). Just following ossl2 … |
|
|
|
@1367
|
[1367]
|
12/16/04 22:56:43 |
nahi |
it is not officially supported that soap4r + net/http + basic_auth. I … |
|
|
|
@1366
|
[1366]
|
12/16/04 22:54:16 |
nahi |
SSLError#message begins with ": " now (I don't know the reason of this … |
|
|
|
@1358
|
[1358]
|
12/10/04 08:06:18 |
nahi |
* test for #37. |
|
|
|
@1356
|
[1356]
|
12/08/04 20:56:10 |
nahi |
* test must wait a SSL server finishing its initialization. |
|
|
|
@1352
|
[1352]
|
12/08/04 17:57:28 |
nahi |
* raise RuntimeError? under 1.9 when accessing locked property. still … |