See my parallel answer to this question. I would very much like to see Zend_Soap make it to prime time in our next release. If the introduction of Zend_Ldap was our 'enterprise-y' feature for 1.5, I'd like this to be it for whatever we decide to call the next release. If you would like to see this happen, too, make sure you vote on relevant issues and try to find any way to help in development. I don't know what your project timeline is, but I can tell you that we're much more likely to follow up 1.5 with a minor release at this point than a major. And the timeline for such a minor release would hopefully be shorter than the release cycle between 1.0 and 1.5. So that puts the peak of the probability curve for a release containing Zend_Soap sometime this summer. Of course I can't commit to that. :) BTW, we will start the next minor release planning very soon, so- while in general it is a good idea to put your vote behind issues you want to see addressed- now is a particularly good time to go on a full-on voting bender in the IT.
,Wil > -----Original Message----- > From: Matthew Ratzloff [mailto:[EMAIL PROTECTED] > Sent: Monday, April 21, 2008 2:35 PM > To: Philip G > Cc: fw-general > Subject: Re: [fw-general] Handling SOAP requests with ZFW? > > I'd suggest Zend_Soap, but it seems like it will never leave the > incubator. > > > http://framework.zend.com/svn/framework/trunk/incubator/library/Zend/So > ap/ > > Needs more testing, apparently. > > We recently did a big SOAP single sign-on project here for one of our > clients, and we ended up just using this: > > http://us.php.net/soap > > In light of this situation I would probably write a basic abstraction > layer on top of ext/soap and hope there's movement on Zend_Soap before > the > project deadline... > > -Matt > > On Mon, April 21, 2008 2:00 pm, Philip G wrote: > > What's the prefered method for handling SOAP communication using the > ZFW > > libraries? I noticed there isn't any Soap class or sub-class. I see > > there's > > an Zend_Xmlrpc class, but it's extremely limited (headers? uploads?). > > > > Is there anyway to fully use Soap within ZFW? In the past we've > > unfortunately relied upon NuSoap to get things done. I'd like to > migrate > > away from that if we can. I'd like something that's more PHP5 ready > and > > reliable.
