Re: [SOAP] Soap Server Creation in PHP 5
[email protected] (Al Baker)
| Newsgroups | php.soap |
|---|---|
| Message-ID | <1193887943.8893.7.camel@localhost> |
You can also run a PEAR::SOAP Server, and use the ext/soap directly. There are plenty of tutorials and examples over at http://talks.php.net on PEAR::SOAP and PHP5's SOAP extension. Regards, Al On Mon, 2007-10-29 at 13:20 +0100, Knut Urdalen wrote: > 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 >