aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/abstract_dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed deprecated @request and @response usages.Kent Sibilev2006-10-011-1/+1
* Shouldn't use deprecated stuffKent Sibilev2006-09-031-1/+1
* Fixed XMLRPC multicall when one of the called methods returns a struct object.Kent Sibilev2006-08-231-0/+5
* Fix that XML-RPC date/time values did not have well-defined behaviour (#2516,...Leon Breedt2005-11-091-0/+7
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-161-2/+25
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-131-8/+7
* fix bug in unit test causing spurious failures, and make sure theLeon Breedt2005-07-061-4/+4
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-13/+31
* add base64 signature type (thanks, Shugo Maeda!)Leon Breedt2005-05-071-0/+12
* remove usages of @request, @response, @params, and replace with #request, #re...Leon Breedt2005-05-051-0/+1
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-281-0/+8
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-0/+9
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-1/+11
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-47/+49
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-3/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-12/+41
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-261-0/+8
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-3/+79
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-0/+294