cancel
Showing results for 
Search instead for 
Did you mean: 

Which is the best way to create a space in alfresco

renjit
Champ in-the-making
Champ in-the-making
Hi,
     Iam completely new to alfresco.What iam trying is to create my own workspace in alfresco using web service api.I have managed to login to alfresco and get a ticket out of it.I managed to get the repository service and content service too.Now what i need is to create a new space for me.I have found ways for creating the same using CMLCreate and also by http urls.Please advice me on using the best option when and where, and also some sample stuff for the same.

thanking all in advance
1 REPLY 1

jpotts
World-Class Innovator
World-Class Innovator
The ecmarchitect.com "Content Types" tutorial has some web services examples that show how to create and query data. The object types being created are custom objects types, but you could substitute "cm:folder" for the types in the examples to learn how to create folder objects.

Jeff