I agree with cronet, It's revolutionary for a PHP Framework to have an API built into it natively. Look at the others out there Symfony, CodeIgniter, Zend ... do they have a built-in already configured REST API for the data? Not that I know of.
So it doesn't support SOAP. With The Easy API : http://theeasyapi.com we found that most people don't like SOAP. They greatly prefer a REST interface that's using POST, or GET for most of the heavy lifting. Take a look at this industry staple in the API world : http://www.programmableweb.com/apis ... notice that 70% prefer the REST architecture opposed to just a mere 19% who prefer SOAP. That should really hit home right there. There is no advantage to using SOAP in my opinion. Take care, and what is your application? The Easy API is always on the lookout for strong stable API's to add in. Chad On Feb 16, 3:46 am, cronet <[email protected]> wrote: > you could add soap support simply by loading a soap class (e.g. > nusoap) as vendor... > It's much simpler using the built in rest functions... but that > depends on what webservice you want to create or use. > > On 15 Feb., 10:43, ivan <[email protected]> wrote: > > > What cakePHP support REST only? What cakePHP support SOAP? and What > > you have more teory about webservice in cakePHP? thanks before. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en
