Download NuSOAP
Update (2004-03-21 22:03:23) #
Nusoap is still an active project. However most of the development is being done by Scott Nichol, and most of the activity is on the NuSOAP mailing list.
NuSOAP Book Chapter Available Online (2002-11-19 17:11:59) #
Thanks to a user on the nusoap-general list, I found that the San Francisco PHP Users Group had the chapter I wrote for Professional Open Source Web Services available for download. Upon further research, I found that WROX used my chapter as the sample chapter for the book! Download the chapter here (PDF).
Another PHP/SOAP Article Using NuSOAP (2002-11-12 15:11:52) #
Devshed article using NuSOAP to access the Amazon SOAP service.
NuSOAP Bugfix Update (2002-11-09 02:11:28) #
Updated NuSOAP. Fixed some serious WSDL bugs that were in 0.6.3. Recommended update for WSDL users. Download nusoap.php from here.
NuSOAP Mailing List Started (2002-11-05 01:11:19) #
I set up a mailing list for NuSOAP at sourceforge.net. Click here to join.
NuSOAP 0.6.3 Released! (2002-10-25 02:10:55) #
NuSOAP 0.6.3 is available now. Has WSDL generation, and lots of bug fixes. Got it a wee bit smaller too :)
Download the nusoap.php file from Sourceforge CVS: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nusoap/lib/.
UPDATE: Here's an example of using the WSDL generation functionality: http://dietrich.ganx4.com/nusoap/testbed/round2_base_server.phps.
Another Apple Article Using NuSOAP! (2002-10-22 13:10:36) #
This is the second article on the Apple Developer Connection site using NuSOAP. This article is an introduction to implementing Web services with PHP, and uses NuSOAP for it's examples.
Amazon Web Services Uses NuSOAP! (2002-10-16 02:10:28) #
Very cool: I checked out Amazon's web services out today for the first time (hey, I've been busy!), and noticed that their PHP example in the SDK uses NuSOAP.
NuSOAP on Sourceforge.net (2002-07-20 01:10:51) #
You can now get the latest version of NuSOAP via CVS at sourceforge.net. I build, test and update nusoap.php every time I commit, so you can get all classes at once, or download just the individual class you want to update:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nusoap/lib/.
Changes:
- added support for http encoding w/ gzip and deflate. only works for receiving, not sending, and requires Zlib extension compiled into php.
- many bugfixes and performance enhancements
NuSOAP 0.6.1 Debian Packages Available (2002-04-29 02:10:15) #
Thanks to Robin Elfrink, there are now NuSOAP packages for Debian/GNU Linux. Download here:
NuSOAP: nusoap_0.6.1-1_all.deb
NuSOAP Docs: nusoap-doc_0.6.1-1_all.deb
