有人可以告诉我如何让它发挥作用吗?
$sccsystem = new SoapClient($baseurl."/Services1.0/services/sccsystem?wsdl");
$sccrequirements = new SoapClient($baseurl."/Services1.0/services/tmrequirementsmanagement?wsdl");
//login:
try {
$sessionid = $sccsystem->logonUser("user", "pw"); // tryed to use gmp_init but no success)
} catch(Exception $e) {
echo "ACCESS DENIED!\n".$e."\n";
exit(1);
}
echo "ACCESS GARANTED! [".$sessionid."]\n";
echo "tryReadingProjectList:\n";
var_dump($sccrequirements->getProjects($sessionid));
我还安装了一个64位版本:http://windows.php.net/downloads/releases/php-5.6.3-nts-Win32-VC11-x64.zip没有运气:(
以下是下载页面的概述:http://windows.php.net/download/