Hate to further extend your comparison, but I've used Zend_Soap_Client from the Zend Framework and it works pretty well, very straight forward:
http://framework.zend.com/manual/en/zend.soap.client.html PS, You can get the Zend Framework through PEAR: pear channel-discover pear.zfcampus.org pear install zfcampus/zf - jake On Thu, Dec 3, 2009 at 12:46 PM, Aaron Fischer <[email protected]> wrote: > Greetings all, > > I'm working on a project that will require the use of SOAP. From what I > gather there are three main packages I can use: > > 1) PHP built-in SOAP extension - http://php.net/manual/en/book.soap.php > 2) PEAR SOAP package - http://pear.php.net/package/SOAP > 3) NuSOAP package - http://sourceforge.net/projects/nusoap/ > > Before I move forward I'd be interested in hearing from folks as to their > experiences with one or all of these packages. > > Positives? Negatives? Recommendations? Etc. > > Thanks, > > -Aaron > _______________________________________________ > New York PHP Users Group Community Talk Mailing List > http://lists.nyphp.org/mailman/listinfo/talk > > http://www.nyphp.org/Show-Participation > _______________________________________________ New York PHP Users Group Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk http://www.nyphp.org/Show-Participation
