Printing your WSDL methods:
require_once 'nusoap.php';
$wsdl = 'WSDL_FILE_PATH ';
$client = & new soap_client($ws dl,TRUE);
//this method gets your dynamically created functions
$proxy = $client->getProxyClassC ode();
print_r($proxy) ;
May be it will help, I think...
Leave a comment: