Zend Framework 101: Zend_Soap
Summary
In this article I introduced you to the Zend_Soap component of the Zend Framework. I showed you how to create a basic web service with
Zend_Soap_Server
and then how to consume it with Zend_Soap_Client
.
Part of this process included generating a WSDL file to describe all of the functions in the service. We achieved this by using
Zend_Soap_AutoDiscover
and PhpDoc.
Further reading:
- Zend Framework manual: http://framework.zend.com/manual/en/zend.soap.html
Other Options
- Download a PDF version of this article
- Put your PHP knowledge to the test with our online and iPad/iPhone quizzes
- View or post comments for this article
- Browse similar articles by tag: PHP, SOAP, Zend Framework
- Read related articles:
No comments:
Post a Comment