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

PHP SOAP Extension Server Programs

This chapter provides notes and tutorials on PHP SOAP Extension server side functions, writing server and client programs using SOAP 1.1 and SOAP 1.2, writing WSDL document.

PHP SOAP Extension Functions for Server Programs

HelloServer.php - First SOAP Server Application

HelloServer12.php - SOAP 1.2 Server Application

HelloServerWsdl.php - SOAP 1.2 Server Application in WSDL Mode

Conclusions

SOAP Extension is easy to use for setting up SOAP services quickly.

SOAP Extension does support SOAP 1.2 specification.

WSDL document is actually easy to understand.

Exercise: Write a temperature conversion SOAP service.

Dr. Herong Yang, updated in 2007
PHP SOAP Extension Server Programs