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

SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP

This section provides some notes on SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP.

If you search the Web with the key words "PHP Implementation of SOAP", you will find two popular implementations:

  • PEAR::Package::SOAP at http://pear.php.net/package/SOAP. Current release: 2005-05-31 - Version 0.9.1 (beta).
  • NuSOAP - SOAP Toolkit for PHP at http://sourceforge.net/projects/nusoap/. Current release: August 4, 2005 - Version 0.7.2.

Unfortunately, I could not find a clear feature list of the current release of PEAR::Package::SOAP.

I could not find a clear feature list of the current release of NuSOAP.

Last update: 2007.

Sections in This Chapter

SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP

PHP 5.0.4 by The PHP Group

Installing SOAP Library on Windows

Dr. Herong Yang, updated in 2009
SOAP PHP Implementations: PEAR::Package::SOAP and NuSOAP