CodeIgniter Forums
NuSoap Library for Code Igniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: NuSoap Library for Code Igniter (/showthread.php?tid=53054)



NuSoap Library for Code Igniter - El Forum - 07-09-2012

[eluser]setgreen[/eluser]
Hi everyone !

I would like to get the file Nusoap.zip that is linked on this wiki's page :

https://github.com/EllisLab/CodeIgniter/wiki/CI-Nusoap-Library

Since Code Igniter's wiki has been moved to github, the link to that file is dead and I can't download it :/
If anyone had use this library and still has the Nusoap library file, I would be very glad to get it.

Thanks in advance !


NuSoap Library for Code Igniter - El Forum - 07-09-2012

[eluser]CroNiX[/eluser]
Do a search for "nusoap" on the forum. You don't need a special library. You can just use nusoap directly and there are several discussions about how to do it easily.


NuSoap Library for Code Igniter - El Forum - 07-09-2012

[eluser]setgreen[/eluser]
Thanks for your quick answer Smile
I solved my problem by just copying the Nusoap lib (http://sourceforge.net/projects/nusoap/) in my libraries folder.
I just did a require_once to load the lib and than I managed to call the Nusoap functions.