Entries for tag: web services

  • REST and Resource Handling with CakePHP (Nate Abele, 2008-05-14)
    In the previous article in this series, we learned how the CakePHP routing system handles URLs and interacts with your application in order to dispatch requests to the proper controller action. In the first article of the series, we saw how the Router's features could be combined with other classes in the framework (the , for example) to enable things like unifying the handling of different resource types.We're going to take these concepts further and add a new one: REST.
    Other tags: art   cake   cakephp   homepage   rest  
  • Using PHP5's SOAP Support (Paul Reinheimer, 2006-07-06)
    One of PHP5's landmark new features is the inclusion of a library of SOAP functions that make it easy to interact with SOAP based web services. While these functions are very powerful, learning to use them the first time can be a little intimidating. The goal of this article is to introduce you to PHP5's basic SOAP functions and how they are used through a working example.
    Other tags: art   soap