These functions only works if the SoapClient object was created with the trace option set to TRUE.
Try:
$client = new SoapClient("http://www.webservicex.net/ConverPower.asmx?WSDL", array('trace' => 1));
These functions only works if the SoapClient object was created with the trace option set to TRUE.
Try:
$client = new SoapClient("http://www.webservicex.net/ConverPower.asmx?WSDL", array('trace' => 1));