Re: [SOAP] Soap Server Creation in PHP 5
[email protected] (Knut Urdalen)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <[email protected]> |
Jamesas wrote: > Anybody have experienced with creating wsdl webservice in php. please send > any example for creating soap wsdl webserver with functions i php 5 > PRADO 3.1 generates the WSDL-file for you. The actual SOAP server is SoapServer from ext/soap. Check out: http://www.pradosoft.com/demos/quickstart/?page=Services.SoapService Regards, Knut Urdalen