aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/test/dispatcher_action_controller_soap_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOSTKent Sibilev2006-09-011-4/+2
* make sure that we get back a SOAPString when $KCODE is UTF-8Leon Breedt2005-07-131-0/+2
* always send back SOAP responses as UTF-8, we can't guarantee that SOAP4RLeon Breedt2005-07-131-9/+16
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-8/+8
* Fix moduled controller URLs in WSDL, and add unit test to verify the generate...Leon Breedt2005-06-131-4/+10
* default to using UTF-8 as response encoding for SOAP if none isLeon Breedt2005-04-281-0/+9
* initial go at making :layered dispatching generate WSDL for SOAP, and haveLeon Breedt2005-04-051-0/+8
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-2/+0
* first pass of web service scaffolding. add ability to quickly generate anLeon Breedt2005-03-291-10/+1
* allow direct dispatching methods to declare their parameters as well, for bre...Leon Breedt2005-03-261-1/+13
* add action_web_service/test_invoke, will be used by for testing APIs inLeon Breedt2005-03-041-1/+1
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-4/+17
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-0/+93