您好我正在使用alfresco
对WebServiceFactory.setEndpointAddress
进行身份验证,但我收到以下错误:
No exception of type AuthenticationFault can be thrown; an exception type must be a subclass of Throwable
任何人都可以帮我这个吗?
答案 0 :(得分:0)
它是alfresco-web-service-client-3.2.jar中webserviceclient.properties
包的一部分。
至于您的身份验证失败的原因,请确保将repository.location=http://localhost:8080/alfresco/api
文件放在alfresco文件夹中。 Alfresco读取此属性<?php
$arr = [
['Image One', 'Image Two', 'Image Three'],
['Title One', 'Title Two', 'Title Three'],
['Description One', 'Description Two', 'Description Three']
];
$out = array();
for($i=0; $i<count($arr); $i++) {
for($j=0; $j<count($arr[$i]); $j++)
$out[$i][] = $arr[$j][$i];
}
echo "<pre>";
print_r($out);
echo "</pre>";
?>
。
检查他们的SDK以获得更详细的示例代码。