all your files are belong to git....
[glcas.git] / unittests / soaptest.php
index 2a0fe56..f72318f 100644 (file)
@@ -3,7 +3,7 @@ require_once("../lib/lib.php");
 
 ini_set("soap.wsdl_cache_enabled", "0");
 
-$client = new SoapClient("http://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1));
+$client = new SoapClient("https://localhost/src/eclipse-workspace/glcas/www/soap.php?wsdl", array("trace" => 1));
 
 print_r($client->__getFunctions());