cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use web services to copy spaces?

kumbach
Champ in-the-making
Champ in-the-making
I'm trying to use the Web Service API to copy a template space to a new space.

After doing a bit of research, I came across this forum post that mentions there is a service available to copy a space.

And, this wiki page mentions the copy method I think I need isn't implemented yet.

So my question is, is there a web service method that I can use to copy spaces?
2 REPLIES 2

rwetherall
Confirmed Champ
Confirmed Champ
Hi,

Yes you want to use the Copy command in CML .. have a look here for some details .. http://wiki.alfresco.com/wiki/CML .. you can execute a CMl statement using the update() method on the Repository Web Service.

Cheers,
Roy

kumbach
Champ in-the-making
Champ in-the-making
Hi,

Yes you want to use the Copy command in CML .. have a look here for some details .. http://wiki.alfresco.com/wiki/CML .. you can execute a CMl statement using the update() method on the Repository Web Service.

Cheers,
Roy

Got it figured out now, thanks…

Kevin