0
我在本地系統上設置了Alfresco ..我試圖使用AlfrescoPHPSDK-PHPLibrary-0.1
來獲取門票。我正在嘗試包中提供的示例,但它給了我以下錯誤。Alfresco wsdl訪問問題,SOAP失敗
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL
: Couldn't load from 'http://127.0.0.1:8080/alfresco/api/AuthenticationService?wsdl'
: failed to load external entity "http://127.0.0.1:8080/alfresco/api/AuthenticationService?wsdl" in D:\wamp\www\alfrescophp\Alfresco\Service\WebService\AlfrescoWebService.php:36
- 我有我的本地PC
- 上安裝露天我能夠打開和瀏覽器從
http://127.0.0.1:8080/alfresco/api
這個URL接受相同的憑據登錄露天。- 但是,當我嘗試訪問
http://127.0.0.1:8080/alfresco/api/AuthenticationService?wsdl
它問我username/Password
並且不接受我用於Alfresco的憑據。
您有沒有原因不使用CMIS?只有它更好的支持! – Gagravarr 2014-11-03 17:50:33
你確定它是/ api/the/api/url用於新的Public api,舊的WSDL現在是/ soapapi/ btw哪一版本的Alfresco是你的?而且您可能應該在新的Alfresco 5.0中知道舊的SOAP API已刪除,因此切換到CMIS更好。 – 2014-11-04 10:08:02