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

SOAP PHP Implementations

This chapter provides notes and tutorials on SOAP PHP implementations: PEAR SOAP, NuSOAP, and PHP Group SOAP.

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

PHP 5.0.4 by The PHP Group

Installing SOAP Library on Windows

Conclusions:

  • There seems to be 3 popular PHP implementations of SOAP: PEAR SOAP, NuSOAP, and PHP Group SOAP. But I can not find any high level specifications for any of them.
  • The PHP Group SOAP 5.0.4 seems to be supporting SOAP 1.2.

Dr. Herong Yang, updated in 2009
SOAP PHP Implementations