Skip to content
World Wide Web Server edited this page Jul 4, 2012 · 12 revisions

In the process of trying to work with MSCRM webservices via CodeIgniter, I ran across some articles asking about using nusoap in CI. I went ahead and rewrote the parts of the nusoap library so it will work with CI.

Just name this file Nusoap.php and drop it into the libararies folder.

Call it using the standard library loader

$this->load->library('nusoap');

File:Nusoap.zip

Clone this wiki locally