ZF 1.8 Soap server example module
Wednesday, May 27th, 2009 - 3:21 pm - Life, Operating systems, Technology, Widgets, Zend Framework
I want to share my example Zend Soap Server module. This is Zend Framework module, with default folders structure. You can just drop it your “modules” directory and server will be ready for work.
My aim was to show how Service documentation is made “on the fly”. You only need to change DocBlock in service class. Fully working documentation will be generated by reflection class.
Some things worth mentioning:
- I have left ini_set(“soap.wsdl_cache_enabled”, “0″); because $server->setWsdlCache(false); does nothing
- Authentication example is for demo only and should not be considered as proposed solution.




Hi. I was keen to check out how you did this but it appears there is no module code here???
You can download module code here: http://www.flyupload.com/?fid=805011261
Fixed broken link, now you can download from rapidshare http://rapidshare.com/files/308427169/b2b.zip.html
Sounds interesting, would like to take a look, but the link still broken. Rapidshare kinda sucks, I could never get any file there that was linked to it during the last few months. Don’t know why they still exist if they can’t share files. Oh, well. Why not just link that small archive directly to this article, it looks like it’s only 7kB?
Thanks for your time.
I’am also tired of files being deleted. I will just create google project with svn for my custom files. Will paste link here. Thaks for reporting dead link
Hey,
Is there a working link for this project please. I need to implement a SOAP web services and think your project could help me a lot.
Many thanks