Alfresco – Create User
Creating a new alfresco user using a web service call requires the following jar files in your classpath: alfresco-web-service-client.jar axis-1.4.jar commons-discovery-0.4.jar commons-logging-1.1.jar jaxrpc.jar opensaml-1.1.jar wsdl4j-1.6.2.jar wss4j.jar...Alfresco errors
Index Errors or The store ‘avm://sitestore’ has a duplicate root node entry: Whoops, you’ve inadvertently done something Very Bad to your Alfresco install and the application throws a fit about the indexes when you try to start it up. There’s...Alfresco Part Four – Accessing Alfresco webclient from a url
Having created a space in Part Three, we now want to access it from our web application. The Alfresco web-client provides some servlets to allow URL-based access to pages within the client. To use these servlets without having to log in you have to request an...Alfresco Part Three – Create a new workspace using a web service call
How to access create a new workspace in Alfresco using a web service API.