aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/TODO
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-11-21 15:17:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-11-21 15:17:04 +0000
commit9b83e3396180d0dbcb23ec3d71adb198eae7629b (patch)
tree01ea5352514acfede892ada48c58ec7f28be2a8e /actionwebservice/TODO
parent440f2890af5462402d1a77daaf1751a66742b974 (diff)
downloadrails-9b83e3396180d0dbcb23ec3d71adb198eae7629b.tar.gz
rails-9b83e3396180d0dbcb23ec3d71adb198eae7629b.tar.bz2
rails-9b83e3396180d0dbcb23ec3d71adb198eae7629b.zip
Ousted ActionWebService from Rails 2.0
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8180 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/TODO')
-rw-r--r--actionwebservice/TODO32
1 files changed, 0 insertions, 32 deletions
diff --git a/actionwebservice/TODO b/actionwebservice/TODO
deleted file mode 100644
index 7c022c14cb..0000000000
--- a/actionwebservice/TODO
+++ /dev/null
@@ -1,32 +0,0 @@
-= Post-1.0
- - Document/Literal SOAP support
- - URL-based dispatching, URL identifies method
-
- - Add :rest dispatching mode, a.l.a. Backpack API. Clean up dispatching
- in general. Support vanilla XML-format as a "Rails" protocol?
- XML::Simple deserialization into params?
-
- web_service_dispatching_mode :rest
-
- def method1(params)
- end
-
- def method2(params)
- end
-
-
- /ws/method1
- <xml>
- /ws/method2
- <yaml>
-
- - 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
- string -- NaHi possibly looking at remedying this situation