如何在PHP中实现WSDL服务?

时间:2010-04-19 09:48:55

标签: php web-services wsdl

我们正在开发一个网站,它将通过SOAP机制为客户提供对WSDL服务的访问。

如何在PHP中实现WSDL服务?

什么是Apache Axis2和Apache CXF? 它符合我的要求吗?它可以在PHP上运行,还是必须用Java编写代码?

1 个答案:

答案 0 :(得分:2)

http://www.php.net/manual/en/class.soapserver.php

http://framework.zend.com/manual/en/zend.soap.server.html

我正在使用Zend_Soap_Server,它非常简单 - 只需给Zend的autodiscovere黑盒子一个对象,它就会生成WSDL文件。

这里有关于其他WSDL生成器的更多信息: http://www.brainbell.com/tutorials/php/Creating_A_Web_Service_With_PHP_5“s_SOAP_Extension.htm

http://en.wikipedia.org/wiki/Apache_Axis2

http://en.wikipedia.org/wiki/Apache_CXF