-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Gwoo,

What do you mean by "a way to manage the code"?  Could you elaborate a
bit.  Specifically in terms of SOAP.

Darian

gwoo wrote:
> 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.
> 
> 
> > 

- --
Darian Anthony Patrick <[EMAIL PROTECTED]>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFEqX2xKpzEXPWA4IcRAvaPAJ4/ulG0TqprFbouJ27xgW3hdgQq/wCgipZ+
ZASauggHhUqknT9p5Ujnz4w=
=DzjR
-----END PGP SIGNATURE-----

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
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