aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/vendor/ws
Commit message (Expand)AuthorAgeFilesLines
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-0210-798/+0
* remove ActiveRecordSoapMarshallable, can't reproduce the problem it was inten...Leon Breedt2005-03-311-14/+0
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-3/+0
* remove wrongheaded uses of "rescue nil" if it will mask a useful exception. a...Leon Breedt2005-03-291-8/+2
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-283-44/+107
* allow 0, 1, '0' or '1' to be cast to the appropriate values for booleanLeon Breedt2005-03-101-0/+3
* change type of faultCode in marshaled SOAP faults to a QName,Leon Breedt2005-03-101-1/+1
* make the marshaler use the same set of columns as the code that generatesLeon Breedt2005-03-021-1/+3
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-272-16/+67
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-2510-0/+702