News Feed
Jobs Feed
Sections




News Archive
php|architect:
Using PHP5's SOAP Support
June 27, 2006 @ 08:54:16

On php|architect's A/R/T article repository today, there's a new tutorial from Paul Reinheimer covering the SOAP support that's built into usual installations of PHP5.

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.

The tutorial dosen't teach you about what SOAP is, so you'll need to find a different resource for that. If you've already added that to your ever-growing list of web protocols you know, then you'll feel right at home. For his examples, he uses the Amazon Web Services interface.

He jumps right in, defining a new SoapClient object for a remote resource, and shows how to display the WSDL results and make a call to the API based on the information it provides (in this case, a KeywordRequest call). He shows the response message this sample call will get, and brings the code pieces from the article together in a complete client to display them.

1 comment voice your opinion now!
tutorial php5 soap support introduction amazon web service tutorial php5 soap support introduction amazon web service


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Installing PHP4 and PHP5 Concurrently on One WinXP Computer

php|architect: Stored Procedure Programming for MySQL5 (Part 1)

PHPBuilder.com: An introduction to PEAR's Validate package

PHP Security Blog: Month of PHP Bugs and PHP 5.2.1

KillerPHP.com: Two New Video Tutorials Posted


Community Events









Don't see your event here?
Let us know!


community language event tool introduction release api code object unittest framework functional example development podcast opinion testing interview zendframework2 composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework