PhpRiot
Follow phpriot on Twitter
Sponsored Link
Download Article
Download this article or the entire “Zend Framework 101” series with all listings and files.




More information
Become Zend Certified

Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...


When you're ready get 7.5% off your exam voucher using voucher CJQNOV23 at the Zend Store
Free iPad/iPhone App
Available on the App Store

  • PHP manual
  • Zend Framework manual
  • Smarty manual
  • PHP articles
  • PHP training

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:

Other Options

In This Article