1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionwebservice/test
Leon Breedt dfc422b784 always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R
supports any encoding sent by caller.

add documentation describing how to ensure :string types don't get converted
into :base64 by SOAP4R when containing non-ASCII chars and $KCODE is not set
to a value.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1822 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-13 06:05:13 +00:00
..
apis
abstract_client.rb
abstract_dispatcher.rb always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R 2005-07-13 06:05:13 +00:00
abstract_unit.rb fix bug in unit test causing spurious failures, and make sure the 2005-07-06 21:50:27 +00:00
api_test.rb add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
base_test.rb
casting_test.rb add base64 signature type (thanks, Shugo Maeda!) 2005-05-07 22:57:08 +00:00
client_soap_test.rb
client_xmlrpc_test.rb
container_test.rb
dispatcher_action_controller_soap_test.rb always send back SOAP responses as UTF-8, we can't guarantee that SOAP4R 2005-07-13 06:05:13 +00:00
dispatcher_action_controller_xmlrpc_test.rb fix WSDL generation, change the way protocols are instantiated, and add 2005-06-25 06:27:39 +00:00
gencov
invocation_test.rb support using invocation filters in :direct controllers as well, for 2005-05-07 23:49:45 +00:00
run
scaffolded_controller_test.rb add support for structured types as input parameters to scaffolding, 2005-05-01 05:07:37 +00:00
struct_test.rb * Fix casting of nested members in structured types if we have a signature 2005-04-04 22:58:02 +00:00
test_invoke_test.rb add test to ensure the bug fixed by [1295] can't occur again. 2005-05-08 19:58:15 +00:00