我已经下载了alfresco PHP-SDK并将其安装在我的localhost中。
我已按照http://code.google.com/p/alfresco-php-sdk/
中的所有步骤进行操作但无法运行库中提供的示例。我遇到了以下错误。
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://localhost:8080/alfresco/api/AuthenticationService?wsdl' : failed to load external entity "http://localhost:8080/alfresco/api/AuthenticationService?wsdl" in F:\wamp\www\alfresco-php-library\Alfresco\Service\WebService\AlfrescoWebService.php:36 Stack trace: #0 F:\wamp\www\alfresco-php-library\Alfresco\Service\WebService\AlfrescoWebService.php(36): SoapClient->SoapClient('http://localhos...', Array) #1 F:\wamp\www\alfresco-php-library\Alfresco\Service\WebService\WebServiceFactory.php(29): AlfrescoWebService->__construct('http://localhos...', Array) #2 F:\wamp\www\alfresco-php-library\Alfresco\Service\Repository.php(62): WebServiceFactory::getAuthenticationService('http://localhos...') #3 F:\wamp\www\alfresco-php-library\Examples\QueryExecuter\queryExecuter.php(38): Repository->authenticate('admin', 'admin') #4 {main} thrown in F:\wamp\www\alfresco-php-library\Alfresco\Service\WebService\AlfrescoWebService.php on line 36
我也在我的电脑上安装了露天。
感谢。