Good book for wsdl, web services and php soap?

I would like to learn web services (SOAP, WSDL), and I am primarily programming in PHP. Can you suggest any book that uses PHP to teach these concepts?

+5
source share
4 answers

try W3SCHOOLS, first you can get started quickly, WSDL and SOAP

+2
source

O'Reilly PHP Cookbook contains two chapters with good examples.

Ch 14 - Using Web Services
Ch 15 - Creating Web Services

+3
source

Take a look at this nice book: “ Zend Framework Web Services ” It covers SOAP, RPC, REST, JSON-RPC, and a number of other related development topics, including testing web services.

+1
source

All Articles