Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Cake Baker's Blog:
A simple SOAP example
Jul 18, 2006 @ 11:15:39

On the Cake Baker's Blog, there's a handy example for anyone out there using the CakePHP framework wanting to reach out and touch someone with SOAP.

The code in this post is derived from the example presented in the article "Using PHP5's SOAP Support". You find explanations there, I will only describe some CakePHP specific things.

The simple example defines the model (where the real action happens), a simple controller (basically setting the output), and a simple view (echoing it out is the easy thing to do). His example makes a request out to the Amazon web service and searches the "books" category for items matching the term "php".

tagged: cakephp framework tutorial soap simple amazon cakephp framework tutorial soap simple amazon

Link:


Trending Topics: