aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-0/+1
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-292-5/+4
* don't hide exceptions when we fail to parse XML-RPC messages.Leon Breedt2005-03-281-2/+7
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-282-73/+44
* 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-272-39/+79
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-252-239/+251
* handle elapsed times that are nil in #log_response (happens when API methodLeon Breedt2005-02-251-1/+1
* add code coverage testing scripts, remove dead codeLeon Breedt2005-02-202-10/+0
* refactoring:Leon Breedt2005-02-192-0/+459