Articles tagged with "webservices"

Greater Control with Webservices Component

By Erik
Achieving better control over the Webservices feature provided by the core of CakePHP.
[Read more]

Implementing SOAP on cakePHP

By Shawn Cook
I have recently (last week) started using cakePHP. I choose cake because it works with AMFPHP and because I thought cake had built in support for web services (including soap). I'm not complaining, but I was somewhat disappointed to find out that support for web services is limited to routing, which I could not get to work anyway...
[Read more]

Implementing a Comma Separated Values (CSV) "webservice"

By Howard Glynn
A simple howto for beginners (by a beginner!) on rendering CSV output in a consistent manner with XML, RSS etc.
[Read more]

SOAP services in CakePHP

By Marcel Raaijmakers
This article describes what (I think) is the most effective way of calling controller methods with soap calls. At the end of this tutorial, you can do something like '$mySoapClient->foo()' which maps to ControllerX::foo, and '$mySoapClient->bar()' which maps to ControllerY::bar. Pretty cool right? ;-)
[Read more]