I'd like to learn web services (SOAP, WSDL) and I primarily code in PHP. Can you suggest any book, that uses PHP to teach these concepts?
O'Reilly's PHP Cookbook has two chapters with good examples.
Ch 14 - Consuming Web Services
Ch 15 - Building Web Services
try W3SCHOOLS first it can get you started off pretty quickly, WSDL and SOAP
Also http://www.packtpub.com/toc/php-oracle-web-development-data-processing-security-caching-xml-web-services-and-ajax-table-cont#chapter_9 this book has a good example about building SOAP server and SOAP client that consumes it.
Take a look on this nice book: "Zend Framework Web Services" It covers SOAP, RPC, REST, JSON-RPC and a range of other adjacent development topics, including web services testing.
精彩评论