duanpao4172 2018-04-17 07:04
浏览 43

Alfresco - PHP集成

i am trying to integrate Alfresco PHP API . and still i am having this error.

Warning: Declaration of AlfrescoWebService::__soapCall($function_name, $arguments = Array, $options = Array, $input_headers = Array, $output_headers = Array) should be compatible with SoapClient::__soapCall($function_name, $arguments, $options = NULL, $input_headers = NULL, &$output_headers = NULL) in C:\xampp\htdocs\Alfresco\Service\WebService\AlfrescoWebService.php on line 97

Warning: Declaration of AlfrescoWebService::__doRequest($request, $location, $action, $version) should be compatible with SoapClient::__doRequest($request, $location, $action, $version, $one_way = NULL) in C:\xampp\htdocs\Alfresco\Service\WebService\AlfrescoWebService.php on line 97

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 C:\xampp\htdocs\Alfresco\Service\WebService\AlfrescoWebService.php:31 Stack trace: #0 C:\xampp\htdocs\Alfresco\Service\WebService\AlfrescoWebService.php(31): SoapClient->SoapClient('http://localhos...', Array) #1 C:\xampp\htdocs\Alfresco\Service\WebService\WebServiceFactory.php(26): AlfrescoWebService->__construct('http://localhos...', Array) #2 C:\xampp\htdocs\Alfresco\Service\Repository.php(56): WebServiceFactory::getAuthenticationService('http://localhos...') #3 C:\xampp\htdocs\index.php(16): Repository->authenticate('admin', 'abc123') #4 {main} thrown in C:\xampp\htdocs\Alfresco\Service\WebService\AlfrescoWebService.php on line 31

can anyone help me how to integrate PHP API?

  • 写回答

1条回答 默认 最新

  • dongzhan1948 2018-04-17 12:31
    关注

    Alfresco-PHP Integration was a wrapper around the Alfresco-Web-Services-API (SOAP) which is no longer available. Please use Alfresco REST API or Alfresco CMIS API instead.

    评论

报告相同问题?

悬赏问题

  • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥15 Python3.5 相关代码写作
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像