Here are some tutorials & examples of SOAP (WSDL) web service in PHP:
- Creating Web Services with PHP and SOAP, Part 1 (out of date - nusoap)
- Creating Web Services with PHP and SOAP, Part 2 (out of date - nusoap)
- wsdl2php Manual (PHP SOAP extension)
- Web Services - WSDL: Creating SOAP Server (PHP SOAP extension)
- WSDL Document Example (SOAP explanation, no PHP)
Edit: For Latest Version of PHP above 5.3
The SoapClient class is used in latest version of PHP (5.3 & up).
It may help you.