aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/abstract_dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* 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