cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Alfresco Cloud Programatically

amitgoda
Champ on-the-rise
Champ on-the-rise
Hello Everyone,

I am new to Alfresco and I have created an Alfresco cloud account. I created one site in my account. I want to add folder to my site (not through GUI) programatically, i.e I will write a soap request and fire it from SOAP UI.

I can do this in Alfresco share since that is on my local machine and I can create folder giving relevant path. Can anyone tell me how can I do the same on my cloud ?

Thanks in advance !
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
You need to use one of the public APIs for cloud.   

http://ecmarchitect.com/archives/2012/10/02/1710

amitgoda
Champ on-the-rise
Champ on-the-rise
Thank you for your reply.
I got the PDF document from the page for this link https://developer.alfresco.com/resources/alfresco/pdf/AlfrescoAPIReference-v1.0.pdf . I havee created one application which gave me API key but I want to access it through SOAP request and the document does not give examples for the same. Can you throw more light on this ?

mrogers
Star Contributor
Star Contributor
I think the CMIS API has a SOAP binding.  AFAIK the alfresco specific bits of the PublicAPI don't.