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/Soap/

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.

Reply via email to