diff options
author | Leon Breedt <bitserf@gmail.com> | 2005-05-20 01:36:02 +0000 |
---|---|---|
committer | Leon Breedt <bitserf@gmail.com> | 2005-05-20 01:36:02 +0000 |
commit | 92b925b1c55d9216d2af74fcdaf774b3d2b69160 (patch) | |
tree | 3976c5af254901be7484655a35f2db86a12cf1d3 /actionwebservice/TODO | |
parent | d3704f888b4da86d2aa48b8efb777bd38f1e7028 (diff) | |
download | rails-92b925b1c55d9216d2af74fcdaf774b3d2b69160.tar.gz rails-92b925b1c55d9216d2af74fcdaf774b3d2b69160.tar.bz2 rails-92b925b1c55d9216d2af74fcdaf774b3d2b69160.zip |
memo to self: add :rest dispatching mode, and vanilla XML message support
a.l.a Backpack API...its so Web 2.0 :)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1333 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r-- | actionwebservice/TODO | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO index d933f2c0f3..c78cffb2e1 100644 --- a/actionwebservice/TODO +++ b/actionwebservice/TODO @@ -1,10 +1,13 @@ -= 0.8.0 - - Allow locking down a controller to only accept messages for a particular protocol. - This will allow us to generate fully conformant error messages in cases where we - currently fudge it if we don't know the protocol. += Post-1.0 + - Add :rest dispatching mode, a.l.a. Backpack API. Clean up dispatching + in general. Support vanilla XML-format as a "Rails" protocol? - - Allow AWS user to participate in typecasting, so they can centralize workarounds - for buggy input in one place + - Allow locking down a controller to only accept messages for a particular + protocol. This will allow us to generate fully conformant error messages + in cases where we currently fudge it if we don't know the protocol. + + - Allow AWS user to participate in typecasting, so they can centralize + workarounds for buggy input in one place = Refactoring - Don't have clean way to go from SOAP Class object to the xsd:NAME type |