Entries for tag: soap

  • 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   web services