05-07-2011 02:24 PM
05-07-2011 08:32 PM
05-08-2011 06:55 AM
05-10-2011 02:20 PM
05-10-2011 02:35 PM
06-07-2011 12:45 PM
Fatal error: Uncaught SoapFault exception: [Client] Function ("createUser") is not a valid method for this service in /home/vtiger510/www/alfresco_php/Alfresco/Service/WebService/AlfrescoWebService.php:65 Stack trace: #0 /home/vtiger510/www/alfresco_php/Alfresco/Service/WebService/AlfrescoWebService.php(65): SoapClient->__soapCall('createUser', Array, Array, Array, Array) #1 /home/vtiger510/www/alfresco_php/Alfresco/Service/WebService/AlfrescoWebService.php(47): AlfrescoWebService->__soapCall('createUser', Array) #2 [internal function]: AlfrescoWebService->__call('createUser', Array) #3 /home/vtiger510/www/alfresco_php/Alfresco/Service/Administration.php(76): AlfrescoWebService->createUser(Array) #4 /home/vtiger510/www/alfresco_php/examples/import_users/index.php(82): Administration->createUser(Array) #5 {main} thrown in /home/vtiger510/www/alfresco_php/Alfresco/Service/WebService/AlfrescoWebService.php on line 65
SimpleBrowsein the ifresco examples works like a charm).
06-08-2011 04:38 AM
06-08-2011 05:25 AM
$result = $this->administrationService->newUsers(array(
"createUsers" => $userDetails));
$result = $this->administrationService->createUsers(array(
"newUsers" => $userDetails));
06-08-2011 05:41 AM
public function __construct($connectionUrl="http://localhost:8080/alfresco/api")
$this->_port = $parts["port"];
$this->_port = 443;
06-08-2011 05:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.