Hey all, I'm looking for some usage examples of the Zend_Soap component.
I'm creating wsdl using NuSOAP currently but I'd like to compare it with what Zend_Soap creates. I'd like to fetch a record from a database and return the results - a simple db query. I made a simple helloworld using Zend_Soap and Zend_Soap_AutoDiscover, which was a pain as the docs are very vague and contain no working examples. Resources I found : http://www.whitewashing.de/blog/articles/65 http://framework.zend.com/manual/en/zend.soap.html Any others would be helpful. Thanks Terre
