Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 3.00

What Is PHP SOAP Extension?

This section describes what is PHP SOAP Extension.

PHP SOAP Extension is one of the most popular PHP implementations of SOAP 1.1 and 1.2, developed by The PHP Group.

What are the features of PHP SOAP Extension? I don't known. I tried to find the feature list on the Web, no success.

How to install PHP SOAP Extension? It is included in the PHP 5.0.4 package for Windows distributed by Zend Technologies. See previous notes on details of how to install the PHP package and the PHP SOAP Extension.

Sections in This Chapter

What Is PHP SOAP Extension?

GetTemp.php - First Example with SOAP

PHP SOAP Extension Functions for Client Programs

GetTempDump.php - Dumping Debugging Information

Whis Is WSDL (Web Services Definition Language)?

Using SOAP Extension in non-WDSL Mode

Dr. Herong Yang, updated in 2007
What Is PHP SOAP Extension?