|
Greetings.
I am a NuSoap newbie trying to get the http://localhost/soaptest.php?WSDL to function with the newest version of NuSoap.
When I use:
require('nusoap.php');
$ss = new soap_server;
// Initialize WSDL support
$WSDLName = "'soaptest-1wsdl";
$nameSpace = "http://localhost/soap";
$ss->configureWSDL( $WSDLName , $nameSpace );
...
I (also) get this error:
Notice: Undefined index: HTTPS in <internal webserver path>/nusoap.php on line 4006
Any ideas anyone?
Mike B.
|