我想学习Web服务(SOAP,WSDL),我主要用PHP编写代码。你能推荐一本使用PHP教这些概念的书吗?
答案 0 :(得分:3)
O'Reilly的PHP Cookbook有两章有很好的例子。
Ch 14 - Consuming Web Services
Ch 15 - Building Web Services
答案 1 :(得分:2)
答案 2 :(得分:1)
同样http://www.packtpub.com/toc/php-oracle-web-development-data-processing-security-caching-xml-web-services-and-ajax-table-cont#chapter_9这本书有一个关于构建消耗它的SOAP服务器和SOAP客户端的一个很好的例子。
答案 3 :(得分:1)
看看这本好书:“Zend Framework Web Services” 它涵盖了SOAP,RPC,REST,JSON-RPC和一系列其他相邻的开发主题,包括Web服务测试。