我在我的机器上设置了我的露天SDK,如
所示https://code.google.com/p/alfresco-php-sdk/wiki/AlfrescoPHPLibraryInstallationInstructions
我按照页面中的指示更改了存储库URL UN,PW。
$repositoryUrl = "http://someip:8686/alfresco/api";
$userName = "admin";
$password = "admin";
当我尝试转到http://localhost/alfresco/Examples/SimpleBrowse/index.php时,我收到错误页面。
在错误页面的末尾显示
致命错误:未捕获的SoapFault异常:[WSDL] SOAP-ERROR:解析WSDL:无法从' http://someip:8686/alfresco/api/AuthenticationService?wsdl'加载:无法加载外部实体
任何人都可以帮我吗?
答案 0 :(得分:1)
你使用哪个版本的Alfresco?在4.2d +中,SOAP URL已更改:try / alfresco / soapapi / AuthenticationService?wsdl
在5.x中,Alfresco删除了SOAP api。见http://richard.esplins.org/siwi/2014/11/03/important-changes-alfresco-50b/