Find the first entry collection listed in an Introspection document and run the Entry collection tests against it.
+
+GET http://localhost:8080/alfresco/service/api/repository
+
+
+
+
+
+
+status: 200
+content-location: http://localhost:8080/alfresco/service/api/repository
+transfer-encoding: chunked
+server: Apache-Coyote/1.1
+pragma: no-cache
+cache-control: no-cache
+date: Thu, 01 May 2008 15:48:26 GMT
+content-type: application/atom+xml;charset=UTF-8
+
+
+
+<?xml version="1.0" ?><service xmlns="http://www.w3.org/2007/app" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://www.cmis.org/CMIS/1.0">
+ <workspace cmis:id="63dbba8b-1224-11dd-bee8-852083ea779d">
+ <atom:title>Main Repository</atom:title>
+
+ <cmis:repository_info>
+ <cmis:vendorName>Alfresco</cmis:vendorName>
+ <cmis:productName>Alfresco Repository (Community Network)</cmis:productName>
+ <cmis:productVersion>3.0.0 (dev @build-number@)</cmis:productVersion>
+ <cmis:capabilities>
+ <cmis:capabilityMultifiling>true</cmis:capabilityMultifiling>
+ <cmis:capabilityAllVersionsSearchable>false</cmis:capabilityAllVersionsSearchable>
+ <cmis:capabilityPWCUpdatable>true</cmis:capabilityPWCUpdatable>
+ </cmis:capabilities>
+ <cmis:description/>
+ <cmis:repositoryInfo/>
+ </cmis:repository_info>
+
+
+ <collection cmis:collectionType="root" href="http://example.org/cmis/main">
+ <atom:title>CMIS root folder</atom:title>
+ </collection>
+ <collection cmis:collectionType="checkedout" href="http://example.org/cmis/main?checkedout">
+ <atom:title>CMIS checked-out documents</atom:title>
+ </collection>
+ <collection cmis:collectionType="types" href="http://example.org/cmis/main?types">
+ <atom:title>CMIS Types</atom:title>
+ </collection>
+
+
+ </workspace>
+</service>
Add and remove three entries to the collection
+
+GET http://example.org/cmis/main
+
+
+
+
+
+
+status: 404
+content-length: 283
+server: Apache/2.2.3 (CentOS)
+connection: close
+date: Thu, 01 May 2008 15:48:30 GMT
+content-type: text/html; charset=iso-8859-1
+
+
+
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>404 Not Found</title>
+</head><body>
+<h1>Not Found</h1>
+<p>The requested URL /cmis/main was not found on this server.</p>
+<hr>
+<address>Apache/2.2.3 (CentOS) Server at example.org Port 80</address>
+</body></html>
+