Here's some entries in a modified cmis.cfg file:
This connection is for the new alfresco v4.
alfresco_com => {
url => "
http://cmis.alfresco.com/cmisatom",
user => "admin",
password => "admin",
testRoot => "/User Homes/admin",
cacheEnabled => 1,
},
This connection is for the obsolete alfresco v3 that the tests are currently using:
alfresco3_com => {
url => "
http://cmis.alfresco.com/service/cmis",
user => "admin",
password => "admin",
testRoot => "/User Homes/admin",
cacheEnabled => 1,
},
http://cmis.alfresco.com/ contains information about alfresco bindings and more.
Janice
Show quoted text-----Original Message-----
From: Michael Daum via RT [mailto:bug-WebService-Cmis@rt.cpan.org]
Sent: Thursday, October 25, 2012 2:24 AM
To: Schick, Janice
Subject: [rt.cpan.org #80351] Enhance testing by testing against Alfresco v4
<URL:
https://rt.cpan.org/Ticket/Display.html?id=80351 >
Just click on the "Reply" button in the upper right corner of this
thread.
Btw. which cmis endpoint of Alfresco 4 have you been using (there are at
least two)?