|
|
|
@1824
|
[1824]
|
06/02/07 00:44:41 |
nahi |
* Copyright notice updated. add '2000-2007' uniformly. |
|
|
|
@1520
|
[1520]
|
04/27/05 23:56:40 |
nahi |
removed svn:executable |
|
|
|
@1058
|
[1058]
|
11/25/03 15:07:45 |
nahi |
* changed license; GPL2 -> Ruby's.
* lib/soap/rpc/driver.rb, … |
|
|
|
@842
|
[842]
|
08/13/03 21:54:13 |
nahi |
copyright comment. |
|
|
|
@786
|
[786]
|
03/16/03 20:13:02 |
nahi |
Move to rpc/* or mapping/*. Add constant definitions for backward … |
|
|
|
@687
|
[687]
|
01/12/03 11:58:26 |
nahi |
Remove 'adjustKCode' function. Pass charset to parser instead of it. |
|
|
|
@607
|
[607]
|
09/26/02 23:50:17 |
nahi |
Changed parameter order of paramDef (compatible to 1.4.6 or earlier). |
|
|
|
@603
|
[603]
|
09/24/02 22:03:25 |
nahi |
Raise EmptyResponseError? when receiving empty response.
Hmm. This spec … |
|
|
|
@601
|
[601]
|
09/23/02 22:53:09 |
nahi |
Moved QName definition in wsdl package (wsdl/name) to soap package … |
|
|
|
@551
|
[551]
|
09/18/02 01:55:33 |
nahi |
::Float(double precision float in Ruby) is mapped to xsd:double now.
It … |
|
|
|
@542
|
[542]
|
09/07/02 16:19:23 |
nahi |
Merged media-type related functions to StreamHandler?. |
|
|
|
@477
|
[477]
|
05/06/02 02:53:24 |
nahi |
Modified parserFactory interface.
Simplified parserFactory loader. |
|
|
|
@476
|
[476]
|
05/06/02 00:06:44 |
nahi |
Follow change of Processor interface. |
|
|
|
@466
|
[466]
|
04/21/02 19:47:17 |
nahi |
CR-LF normalization is a resposibility of XML processor. Removed. |
|
|
|
@454
|
[454]
|
04/08/02 01:12:04 |
nahi |
Add 'addMethodAs' interface to both server side and client side. |
|
|
|
@440
|
[440]
|
03/26/02 01:51:23 |
nahi |
Changed String encoding handling.
Ruby object: $KCODE.
SOAP Data … |
|
|
|
@438
|
[438]
|
03/23/02 02:33:24 |
nahi |
A little change to automatic KCode conversion. |
|
|
|
@436
|
[436]
|
03/21/02 02:40:01 |
nahi |
Added REXML parser. |
|
|
|
@399
|
[399]
|
12/18/01 12:01:08 |
nakahiro |
Use SOAPMethod::IN instead of 'in'. |
|
|
|
@372
|
[372]
|
12/05/01 12:59:39 |
nakahiro |
Forgot to save default soapAction. |
|
|
|
@367
|
[367]
|
12/05/01 11:05:47 |
nakahiro |
Added 'invoke' method for messaging. |
|
|
|
@354
|
[354]
|
11/30/01 20:31:52 |
nakahiro |
Added defaultEncodingStyle attr. |
|
|
|
@341
|
[341]
|
11/26/01 13:08:04 |
nakahiro |
Changed Processor.(un|)marshal interface. An instance of NS for
… |
|
|
|
@336
|
[336]
|
11/14/01 15:49:32 |
nakahiro |
Keep changing to support literal encoding. |
|
|
|
@331
|
[331]
|
11/07/01 13:33:22 |
nakahiro |
Add EncodingStyleHandlerLiteral? and set it to default. |
|
|
|
@270
|
[270]
|
07/18/01 22:25:04 |
nakahiro |
Illegal parsing of XMLDecl. Fixed. |
|
|
|
@258
|
[258]
|
07/14/01 19:35:29 |
nakahiro |
Added automatic CES conversion support for NQXMLParser. |
|
|
|
@250
|
[250]
|
07/12/01 19:11:44 |
nakahiro |
Added $KCODE conversion function for NQXMLParser. |
|
|
|
@213
|
[213]
|
07/10/01 18:58:53 |
nakahiro |
Following RPCUtils::SOAPMethod's interface change. |
|
|
|
@194
|
[194]
|
07/07/01 17:37:21 |
nakahiro |
Added SOAPXMLParser and SOAPSAXDriver. |
|
|
|
@180
|
[180]
|
07/04/01 19:06:35 |
nakahiro |
Added EOL normalze. Is this right? |
|
|
|
@152
|
[152]
|
06/28/01 20:21:32 |
nakahiro |
Type fixed. |
|
|
|
@89
|
[89]
|
05/20/01 15:23:11 |
nakahiro |
Changed module namespace. SOAPFoo -> SOAP::Foo
Support SOAPAction for … |
|
|
|
@69
|
[69]
|
04/20/01 21:35:46 |
nakahiro |
Fixed constants namespace. |
|
|
|
@53
|
[53]
|
03/30/01 19:26:28 |
nakahiro |
Added an option to allow unqualified SOAP element. |
|
|
|
@28
|
[28]
|
03/20/01 23:26:53 |
nakahiro |
include SOAPRPCUtils |