aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/protocol/xmlrpc_protocol.rb
Commit message (Expand)AuthorAgeFilesLines
* make XMLRPC::FaultException have a #message, otherwise the thrown exceptionLeon Breedt2005-04-051-0/+4
* filter out embedded nil values for XML-RPCLeon Breedt2005-04-021-2/+9
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-7/+48
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-1/+1
* don't hide exceptions when we fail to parse XML-RPC messages.Leon Breedt2005-03-281-2/+0
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-19/+1
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-5/+5
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-152/+32
* refactoring:Leon Breedt2005-02-191-0/+168