Index: temp_moodle_dev/lamstwo/lib.php =================================================================== RCS file: /usr/local/cvsroot/temp_moodle_dev/lamstwo/Attic/lib.php,v diff -u -r1.12 -r1.13 --- temp_moodle_dev/lamstwo/lib.php 10 Mar 2009 23:38:04 -0000 1.12 +++ temp_moodle_dev/lamstwo/lib.php 11 Mar 2009 00:11:58 -0000 1.13 @@ -563,8 +563,7 @@ */ function lamstwo_verify($url, $id, $key){ $relativeurl="/services/VerificationService?wsdl"; - $wsdl = $url.$relativeurl; - $s = new soap_client($wsdl,true,false,false,false,false,3,3); + $s = lamstwo_get_soap_client($relativeurl); if(is_null($s)){ return NULL; }