| Commit message (Expand) | Author | Age | Files | Lines |
* | add 'system.multicall' support to XML-RPC. boxcarred methods must still exist | Leon Breedt | 2005-08-16 | 1 | -1/+1 |
* | Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const... | Leon Breedt | 2005-08-12 | 2 | -0/+18 |
* | we should respect charset for incoming messages and not assuming incoming is | Leon Breedt | 2005-07-16 | 1 | -2/+12 |
* | always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R | Leon Breedt | 2005-07-13 | 1 | -16/+15 |
* | Tuned documentation for release (AWS) | David Heinemeier Hansson | 2005-07-06 | 1 | -2/+4 |
* | fix WSDL generation, change the way protocols are instantiated, and add | Leon Breedt | 2005-06-25 | 5 | -12/+27 |
* | Add workaround for SOAP4R changing find_mapped_soap_class return value [Shugo... | Leon Breedt | 2005-06-13 | 1 | -1/+14 |
* | add base64 signature type (thanks, Shugo Maeda!) | Leon Breedt | 2005-05-07 | 2 | -7/+36 |
* | default to using UTF-8 as response encoding for SOAP if none is | Leon Breedt | 2005-04-28 | 3 | -8/+26 |
* | add charset=utf-8 to SOAP response content type, and make base_uri | Leon Breedt | 2005-04-28 | 1 | -1/+1 |
* | initial go at making :layered dispatching generate WSDL for SOAP, and have | Leon Breedt | 2005-04-05 | 2 | -6/+9 |
* | make XMLRPC::FaultException have a #message, otherwise the thrown exception | Leon Breedt | 2005-04-05 | 1 | -0/+4 |
* | be explicit about the object to do #instance_eval in for delegated dispatching, | Leon Breedt | 2005-04-05 | 1 | -6/+3 |
* | filter out embedded nil values for XML-RPC | Leon Breedt | 2005-04-02 | 1 | -2/+9 |
* | * collapse 'ws' back into protocols, it just added complexity and indirection... | Leon Breedt | 2005-04-02 | 5 | -64/+396 |
* | first pass of web service scaffolding. add ability to quickly generate an | Leon Breedt | 2005-03-29 | 3 | -2/+62 |
* | don't hide exceptions when we fail to parse XML-RPC messages. | Leon Breedt | 2005-03-28 | 1 | -2/+0 |
* | generalize casting code to be used by both SOAP and XML-RPC (previously only ... | Leon Breedt | 2005-03-28 | 3 | -37/+17 |
* | make the response QName match up with that declared for the message in the | Leon Breedt | 2005-03-20 | 1 | -1/+1 |
* | dup the value received from @request, so we modify the copy and not the origi... | Leon Breedt | 2005-03-15 | 1 | -0/+1 |
* | Make all custom types and method calls are declared in the 'urn:ActionWebServ... | Leon Breedt | 2005-02-27 | 4 | -20/+20 |
* | merged the changes for the upcoming 0.6.0: | Leon Breedt | 2005-02-25 | 5 | -780/+118 |
* | refactoring: | Leon Breedt | 2005-02-19 | 2 | -15/+0 |
* | rename entire package to Action Web Service | Leon Breedt | 2005-02-18 | 4 | -0/+850 |