This is a
beginner tutorial to help beginners make a call to "wsdl" files and for them to display the results returned by the service.
First step is to include "nusoap.php" in \vendors folder in cakephp setup. In the controller, we make a call to nusoap.php by the statement App::import('Vendor','nusoap');
(more…)