|
|
|
@2011
|
[2011]
|
02/10/08 10:57:09 |
nahi |
* merged from 1_5 branch.
* enabled Sriver#generate_explicit_type for … |
|
|
|
@2005
|
[2005]
|
10/28/07 17:15:59 |
nahi |
* introduce SOAP::RPC::MethodDef? and use it instead of complex Array … |
|
|
|
@2000
|
[2000]
|
10/09/07 23:16:36 |
nahi |
* removed backward compatibility definitions for soap4r-1.4.X. closes … |
|
|
|
@1983
|
[1983]
|
09/24/07 22:25:04 |
nahi |
* illegal marshaling a request for rpc/literal + parameter is a built-in … |
|
|
|
@1978
|
[1978]
|
09/21/07 18:18:19 |
nahi |
* unqualified element 'Envelope', 'Header', 'Body' and 'Fault' caused an … |
|
|
|
@1975
|
[1975]
|
09/19/07 11:29:44 |
nahi |
* XML attribute must not be affected by default namespace. closes #430. |
|
|
|
@1974
|
[1974]
|
09/17/07 23:08:48 |
nahi |
* add the Generator option for using default namespace in SOAP message. … |
|
|
|
@1970
|
[1970]
|
09/17/07 12:10:11 |
nahi |
* non user visible changes
* reduce String object allocation.
* … |
|
|
|
@1908
|
[1908]
|
07/31/07 22:12:18 |
nahi |
* avoid NoMethodError? when passing SOAPArray to LiteralRegistry?. It's … |
|
|
|
@1893
|
[1893]
|
07/21/07 12:54:01 |
nahi |
* check illegal constant name before const_defined? call to avoid … |
|
|
|
@1875
|
[1875]
|
07/04/07 23:13:11 |
nahi |
* rescue an exception if object serialization failed for 'detail' object … |
|
|
|
@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 … |
|
|
|
@1836
|
[1836]
|
06/06/07 15:17:06 |
nahi |
* let SOAPElement include a SOAPCompoundtype module and added have_member … |
|
|
|
@1833
|
[1833]
|
06/05/07 10:34:36 |
nahi |
* let Header::Handler touch SOAPHeader on on_outbound. if a method … |
|
|
|
@1829
|
[1829]
|
06/05/07 00:19:51 |
nahi |
* SOAPlet generated a wrong cookie. fixed. |
|
|
|
@1825
|
[1825]
|
06/02/07 10:39:39 |
nahi |
* filter support.
you can add filters to intercept before SOAP … |
|
|
|
@1824
|
[1824]
|
06/02/07 00:44:41 |
nahi |
* Copyright notice updated. add '2000-2007' uniformly. |
|
|
|
@1823
|
[1823]
|
05/31/07 23:24:19 |
nahi |
* WEBrick's authenticator support. allow to do basic_auth / digest_auth … |
|
|
|
@1822
|
[1822]
|
05/31/07 22:38:50 |
nahi |
* now you can access to HTTP-Cookies with SOAP::RPC::SOAPlet.cookies from … |
|
|
|
@1817
|
[1817]
|
05/29/07 22:20:26 |
nahi |
* oneway service should return 202 Accepted / service client should accept … |
|
|
|
@1803
|
[1803]
|
05/24/07 22:21:02 |
nahi |
* return element should be qualified when rpc/lit service. |
|
|
|
@1783
|
[1783]
|
05/18/07 00:16:39 |
nahi |
* oneway service support. actually, supports input only services for … |
|
|
|
@1775
|
[1775]
|
05/15/07 17:44:09 |
nahi |
* encode/decode basetype according to type definition in rpc/encoded … |
|
|
|
@1754
|
[1754]
|
05/04/07 01:16:37 |
nahi |
* added wsdl:fault support. patch and sample are from Peter. Thanks. |
|
|
|
@1742
|
[1742]
|
10/22/06 13:29:59 |
nahi |
* added test for simpleContent + attribute
* SOAPException#elename should … |
|
|
|
@1739
|
[1739]
|
10/21/06 00:51:38 |
nahi |
* let XSD::QName immutable. closes #274.
* MappingRegistry? cleanups. |
|
|
|
@1731
|
[1731]
|
10/01/06 23:14:27 |
nahi |
moved @@schema_* things in classdef definition to mapping registry. … |
|
|
|
@1724
|
[1724]
|
09/24/06 21:02:36 |
nahi |
more aggressive xml 'qualified' control. closes #260. |
|
|
|
@1721
|
[1721]
|
09/10/06 23:38:43 |
nahi |
LiteralRegistry? cleanups. needed more. |
|
|
|
@1720
|
[1720]
|
09/10/06 20:46:24 |
nahi |
soap/mapping/* refactoring.
registry.rb -> split into registry.rb (common) … |
|
|
|
@1716
|
[1716]
|
09/09/06 10:34:14 |
nahi |
added SOAP::RPC::Driver#return_response_as_xml property (boolean) for … |
|
|
|
@1708
|
[1708]
|
09/02/06 00:21:02 |
nahi |
[1.9 support] accessing doc-lit service returns [response]. closes #240. |
|
|
|
@1701
|
[1701]
|
08/09/06 21:43:03 |
nahi |
method overloading support for a Driver based on soapaction. fixed #233. |
|
|
|
@1698
|
[1698]
|
08/06/06 23:30:04 |
nahi |
generated classDef + capitalized element name caused the schema violation. … |
|
|
|
@1692
|
[1692]
|
07/23/06 17:18:54 |
nahi |
removed check_element. XML processor will check it. |
|
|
|
@1683
|
[1683]
|
07/22/06 16:10:00 |
nahi |
* define singleton method with instance_eval instead of define_method + … |
|
|
|
@1671
|
[1671]
|
11/15/05 22:38:38 |
nahi |
HTTPServer accepts :WSDLDocumentDirectory option which points WSDL serving … |
|
|
|
@1670
|
[1670]
|
11/14/05 22:13:15 |
nahi |
actor support. closes #19. |
|
|
|
@1669
|
[1669]
|
11/13/05 22:58:51 |
nahi |
SOAPFault faultcode must be ns qualified. closes #177. |
|
|
|
@1665
|
[1665]
|
11/08/05 23:57:33 |
nahi |
allow user to set own streamhandler.
… |
|
|
|
@1660
|
[1660]
|
11/03/05 09:55:40 |
nahi |
added support of <list> of <simpleType>. closes #3. |
|
|
|
@1658
|
[1658]
|
11/03/05 09:54:13 |
nahi |
allow document method definition with nil instead of [] when its … |
|
|
|
@1624
|
[1624]
|
09/15/05 10:07:44 |
nahi |
ASPDotNetHandler unintentionally changed its behavior in 1.5.4. closes … |
|
|
|
@1622
|
[1622]
|
09/13/05 23:29:50 |
nahi |
added 'soap.envelope.use_numeric_character_reference' (boolean) option to … |
|
|
|
@1618
|
[1618]
|
09/13/05 19:31:06 |
nahi |
illegal 'qualified' handling for element. closes #144. |
|
|
|
@1612
|
[1612]
|
09/11/05 21:57:59 |
nahi |
temporal fix for #144. |
|
|
|
@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. |
|
|
|
@1597
|
[1597]
|
07/25/05 00:01:57 |
nahi |
let external CES configuable. ex. clientsoap.mapping.external_ces? = … |
|
|
|
@1596
|
[1596]
|
07/24/05 23:57:59 |
nahi |
method name change: XSD::Charset.encoding_label -> xml_encoding_label. |
|
|
|
@1588
|
[1588]
|
07/23/05 16:22:51 |
nahi |
out parameter of rpc operation did not work. closes #132. |
|
|
|
@1587
|
[1587]
|
07/22/05 21:53:43 |
nahi |
let indent space size configuable. closes #130. |
|
|
|
@1584
|
[1584]
|
07/21/05 22:38:35 |
nahi |
rpc/literal support. closes #118. |
|
|
|
@1581
|
[1581]
|
07/19/05 23:21:02 |
nahi |
enhances for rpc/literal support. for #118. |
|
|
|
@1580
|
[1580]
|
07/18/05 14:54:19 |
nahi |
local element qualify/unqualify control. handles elementFormDefault and … |
|
|
|
@1571
|
[1571]
|
07/14/05 21:26:10 |
nahi |
[1570] breaks SOAPEnvelope#elename. fixed. freeze defined qnames. |
|
|
|
@1570
|
[1570]
|
07/13/05 23:16:21 |
nahi |
Let envelope namespace configuable. usage;
TemporaryNamespace? = … |
|
|
|
@1554
|
[1554]
|
05/20/05 00:07:40 |
nahi |
add some methods for backward compatibility. closes #111. |
|
|
|
@1552
|
[1552]
|
05/18/05 23:36:11 |
nahi |
use Kernel.warn instead of STDERR.puts. define Kernel.warn for ruby1.6.8. |
|
|
|
@1551
|
[1551]
|
05/18/05 23:35:05 |
nahi |
doc/lit service now can be invoked without SOAPAction. if no SOAPAction … |
|
|
|
@1540
|
[1540]
|
05/10/05 19:55:39 |
nahi |
do not use Mapping.define_singleton_method under ruby-1.6.8. closes #95. |
|
|
|
@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. |
|
|
|
@1531
|
[1531]
|
05/05/05 11:08:03 |
nahi |
typo fixed. |
|
|
|
@1528
|
[1528]
|
05/01/05 12:45:05 |
nahi |
FastCGI support (I tested only with pure ruby fastcgi implementation in … |
|
|
|
@1527
|
[1527]
|
05/01/05 01:23:18 |
nahi |
add mod_ruby support. closes #92. |
|
|
|
@1525
|
[1525]
|
05/01/05 00:52:15 |
nahi |
ENVCONTENT_TYPE?, not ENVCONTENT-TYPE?. closes #93. |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1516
|
[1516]
|
04/27/05 16:15:13 |
nahi |
commit slipped. change for the previous commit. [1515] |
|
|
|
@1515
|
[1515]
|
04/27/05 16:13:21 |
nahi |
let WSDLEncodedRegistry#soap2obj map SOAP/OM to Ruby according to WSDL as … |
|
|
|
@1509
|
[1509]
|
04/27/05 16:09:28 |
nahi |
add generate_explicit_type option support for server side (router). call … |
|
|
|
@1495
|
[1495]
|
04/17/05 12:46:00 |
nahi |
map fault's detail element to object with literal_mapping_registry when … |
|
|
|
@1470
|
[1470]
|
04/14/05 16:59:52 |
nahi |
refine Ruby <-> SOAP mapping for better doc/lit support. mapping details … |
|
|
|
@1463
|
[1463]
|
03/13/05 01:30:47 |
nahi |
improove WSDLLiteralRegistry attribute handling. |
|
|
|
@1462
|
[1462]
|
03/13/05 01:29:38 |
nahi |
move EmptyResponseError? class definition to soap.rb |
|
|
|
@1450
|
[1450]
|
02/23/05 22:56:08 |
nahi |
remove duplicated 'inspect' definition. |
|
|
|
@1411
|
[1411]
|
02/02/05 18:40:38 |
nahi |
merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb.
added … |
|
|
|
@1410
|
[1410]
|
02/02/05 18:37:28 |
nahi |
refactoring: extract add_method_interface method. |
|
|
|
@1406
|
[1406]
|
01/29/05 16:34:52 |
nahi |
widely rewrited style/use support code. fixes #60. |
|
|
|
@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 … |
|
|
|
@1394
|
[1394]
|
01/17/05 22:34:19 |
nahi |
add a new class method SOAPMethod.derive_param_def which is similar to … |
|
|
|
@1392
|
[1392]
|
01/16/05 12:22:56 |
nahi |
allow a SOAPFault instance to be returned. related to #63.
def … |
|
|
|
@1385
|
[1385]
|
01/16/05 09:43:05 |
nahi |
* let Router handles request scope operation as well as application scope … |
|
|
|
@1384
|
[1384]
|
01/16/05 09:19:07 |
nahi |
removed a member 'qname' from class Operation. qname is needed only for … |
|
|
|
@1381
|
[1381]
|
01/09/05 14:05:43 |
nahi |
let SOAP::RPC::HTTPServer.new invokes WEBrick::HTTPServer.new and let … |
|
|
|
@1372
|
[1372]
|
12/21/04 22:53:28 |
nahi |
Removed document servant interface from client/server. How can we … |
|
|
|
@1349
|
[1349]
|
12/02/04 22:01:20 |
nahi |
* added a debug log of SOAP request/response |
|
|
|
@1348
|
[1348]
|
12/02/04 22:00:37 |
nahi |
* use @log.debug instead of log(DEBUG, ...) |
|
|
|
@1343
|
[1343]
|
10/24/04 14:39:39 |
nahi |
* add default parameter for backward compatibility. |
|
|
|
@1340
|
[1340]
|
09/23/04 12:20:26 |
nahi |
* @proxy is refered by a script which is generated by wsdl2ruby.rb |
|
|
|
@1334
|
[1334]
|
09/12/04 16:31:22 |
nahi |
* gzipped content encoding support. |
|
|
|
@1332
|
[1332]
|
09/12/04 16:23:37 |
nahi |
* let proxy keep a HTTPStreamHandler instead of driver and wsdlDriver. |
|
|
|
@1326
|
[1326]
|
08/11/04 09:02:10 |
nahi |
* given message could not be a SOAPElement. it is a basetype such as
… |
|
|
|
@1318
|
[1318]
|
08/06/04 16:21:17 |
nahi |
* refactoring: change variable name. (op -> op_info which is used in … |
|
|
|
@1307
|
[1307]
|
07/30/04 20:14:50 |
nahi |
* illegal default_encodingstyle for use="literal" service. changed
… |
|
|
|
@1306
|
[1306]
|
07/30/04 20:13:05 |
nahi |
* use literal_mapping_registry for style="document" method. |
|
|
|
@1300
|
[1300]
|
07/27/04 20:25:31 |
nahi |
* follow oj2soap/soap2obj signature change. |
|
|
|
@1297
|
[1297]
|
07/27/04 11:24:31 |
nahi |
* changed obj2ele interface of SOAP::Mapping::WSDLLiteralRegistry.
use … |
|
|
|
@1296
|
[1296]
|
07/27/04 11:22:31 |
nahi |
* In RPC style, it's correct to extract elements as retval and inout/out
… |