basically i am trying to do this, with apache chemistry: Option 1: Pass a ticket curl "http://localhost:8080/alfresco/s/api/login?u=admin&pw=admin"
Returns this: <?xml version="1.0" encoding="UTF-8"?> <ticket>TICKET_44740de7943f7bab5be61f787c62660ff3008299</ticket> curl "http://localhost:8080/alfresco/s/cmis?alf_ticket=TICKET_44740de7943f7b ab5be61f787c62660ff3008299" from http://ecmarchitect.com -----Mensaje original----- De: David Gilsanz [mailto:[email protected]] Enviado el: jueves, 28 de junio de 2012 12:39 Para: [email protected] Asunto: apache chemistry hi, i am trying to connect with cmis (apache chemistry 0.6) to alfresco 3.4d using alfresco ticket tried atompub/webservice with de following combinations, no one works user = null password = "TICKET_0e48b14a48174aea86483a8c8bb1ad56fe00578a" user = "admin" password = "TICKET_0e48b14a48174aea86483a8c8bb1ad56fe00578a" user = "ROLE_TICKET" password = "TICKET_0e48b14a48174aea86483a8c8bb1ad56fe00578a" has anyone tried this?? is possible?? Thanks.
