Webservices are currently setup to give you a way to manage the code.
Basically, it is an advanced routing system

So, using our favorite blog example:

http://example.com/rss/posts/view
would look for the rss_view() method in the PostsController
the view would be located in /posts/rss/view.thtml

http://example.com/xml/posts/read
would look for the xml_read() method in the PostsController
the view would be located in /posts/xml/read.thtml

available webservices:
rss
xml
rest
soap
xmlrpc

Datasources are the works for 1.2. This will provide native support  
for webservices CRUD. For now, using NuSoap as suggested along with  
the routes would be a good solution.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to