cancel
Showing results for 
Search instead for 
Did you mean: 

CMIS Atom specs are garbage

lpiccoli
Champ in-the-making
Champ in-the-making
hi all

i cant find detail in the CMIS Atom spec that clearly specifies the atom entry required from each method.

CMIS Part II – REST-Atom Binding v0.5

i was hoping for something like

<cmis:object>
<cmis:properties>
<cmis:propertyId cmis:name='ObjectTypeId'><cmis:value>document</cmis:value></cmis:propertyId>
</cmis:properties>
</cmis:object>

but all there i found is
POST /cmis/main HTTP/1.1
Host: example.org
User-Agent: Thingio/1.0
Authorization: Basic ZGFmZnk6c2VjZXJldA==
Content-Type: application/atom+xml;type=entry
Content-Length: nnn
Slug: My new story
<!– atom entry –>

how is that usefull?

i only found out from other code how to set up the entry for createDocument not from the spec.

Q1.is there any doc that i am missing?
Q2. how are u guys implementing the CMIS ATOM spec?

any help appreciated

-lp
1 REPLY 1

lpiccoli
Champ in-the-making
Champ in-the-making
i found the src to apache chemistry and can follow its implementation.

it sure beats following the useless spec.

if i could wait apache chemistry does everything i need.

-lp
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.