aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/dispatcher
Commit message (Expand)AuthorAgeFilesLines
* Send a stripped down message in the text following 500, and leave the detailedLeon Breedt2005-04-161-1/+1
* 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-052-10/+27
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-4/+1
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-022-50/+53
* 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