There is two ways :
- First, use the PHP5 soap methods http://fr2.php.net/manual/en//book.soap.php
- Second, use a library like nuSOAP which will allow you to generate the wsdl automatically. This library as some inconvenients like the unability to use objects to manage the service. http://sourceforge.net/projects/nusoap/
1
solved php webservice framework [closed]