X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=unittests%2Fsoaptest.php;h=f72318fbed9ecdb4fd60bb064a0202ca549e97a3;hp=2a0fe5612a505668452278d4bb350dd2132c33f8;hb=27e5db869dc809c38c0b41f16b896ebd410a6386;hpb=7038178201d82ccb9eadad37ee5b95e01d838836 diff --git a/unittests/soaptest.php b/unittests/soaptest.php index 2a0fe56..f72318f 100644 --- a/unittests/soaptest.php +++ b/unittests/soaptest.php @@ -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());