Webservices with CakePHP
At the moment, CakePHP does not have built-in support for webservices (but it is planned for version 1.0). Miguel Ros could not wait until that feature is available, so he experimented a little bit. He presents two approaches using the NuSOAP toolkit in his blog (approach 1, approach 2). I prefer the second approach as it looks more cake-like.




Any news in this area? Googling for cakephp webservices, brings me here, but I cant find anything recent about this.
@Mariano: There isn’t much activity in this area up to now, and I don’t know if webservices will be included in the coming version (1.2) of CakePHP.