aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher/abstract.rb
Commit message (Expand)AuthorAgeFilesLines
* special-case non-existent target method handling for 'system.multicall' calls...Leon Breedt2005-08-161-1/+9
* add 'system.multicall' support to XML-RPC. boxcarred methods must still existLeon Breedt2005-08-161-6/+60
* support using invocation filters in :direct controllers as well, forLeon Breedt2005-05-071-4/+8
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-281-4/+6
* Remove a cause of casting failure for XML-RPC by ignoring structure members notLeon Breedt2005-04-161-0/+3
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-3/+11
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-19/+21
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-291-4/+1
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-55/+25
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-261-1/+6
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-041-0/+8
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-14/+37
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-104/+71
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-201-8/+0
* refactoring:Leon Breedt2005-02-191-0/+158