diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-03-04 10:07:53 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-03-04 10:07:53 +0000 |
commit | d43392a50b4f7023b13747a67c4a6aa85e4036c4 (patch) | |
tree | 66203f6fceae6c4d7489a10664fddc9afd9d53be /actionwebservice/TODO | |
parent | b78283b3fcae6752e7f1698cc063eff6214d2104 (diff) | |
download | rails-d43392a50b4f7023b13747a67c4a6aa85e4036c4.tar.gz rails-d43392a50b4f7023b13747a67c4a6aa85e4036c4.tar.bz2 rails-d43392a50b4f7023b13747a67c4a6aa85e4036c4.zip |
add action_web_service/test_invoke, will be used by for testing APIs in
a Rails project instance.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@830 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r-- | actionwebservice/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO index 55c484b775..87d2a62c08 100644 --- a/actionwebservice/TODO +++ b/actionwebservice/TODO @@ -1,11 +1,12 @@ = 0.7.0 + - WS Test Integration - WS Scaffolding - WS Generators - - WS Test Integration = 0.8.0 - Consumption of WSDL services = Refactoring + - Port dispatcher tests to use test_invoke - Don't have clean way to go from SOAP Class object to the xsd:NAME type string -- NaHi possibly looking at remedying this situation |