<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cmis checkin problem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291376#M244506</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be using a library instead of the raw protocol. But I know your original post says you are not able to. If that is the case, you'll need to read the CMIS spec. For example, the spec says that the checkin should be a PUT against the PWC entry and that the content-type should be "application/atom+xml;type=entry".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The spec also includes sample request/response logs which will show you exactly which URL to PUT against and an example entity to send.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/csd01/CMIS-v1.1-csd01.html#x1-4880002" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/csd01/CMIS-v1.1-csd01.html#x1-4880002&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2016 18:59:49 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2016-04-11T18:59:49Z</dc:date>
    <item>
      <title>Cmis checkin problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291372#M244502</link>
      <description>Hi,I am using widows server 2008 and alfresco Community - 5.0.0 (d r99759-b2). I have a constraint that I cannot use any library. Please suggest the solution and please update the file cmis-article given in sticky post for latest versions. Since you all well versed with the product but as a new come</description>
      <pubDate>Wed, 23 Mar 2016 14:47:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291372#M244502</guid>
      <dc:creator>sharma_avtansh</dc:creator>
      <dc:date>2016-03-23T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cmis checkin problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291373#M244503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The CMIS service URL for 5.0 looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That will give you the Atom Pub binding for CMIS 1.0. Change the version to 1.1 if you want CMIS 1.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you aren't going to use a library, you might rather use the browser binding. It's a bit easier to work with.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, in future posts you might want to wrap code, XML, and stack traces in a blockquote tag so that your tags will show up in your post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2016 19:56:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291373#M244503</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-03-23T19:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cmis checkin problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291374#M244504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply Jeff but I am still unable to check in document. I am getting errors. Csn you please provide me some help regarding what i Should actually use the format. I have tried again using below command and I have attached the error output as error.txt file&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl -X POST -u admin:admi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;n "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom/9e" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/api/-default-/public/cmis/versions/1.0/atom/9e&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;576c92-0890-4a49-af4f-eb2acdd478e7/children?id=workspace://SpacesStore/41c1dd8a-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;74ed-481f-907c-e0b18fcc7429&amp;amp;versioningState=major" -H "Content-Type: application&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/atom+xml" -d checkinfile.atom.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 19:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291374#M244504</guid>
      <dc:creator>sharma_avtansh</dc:creator>
      <dc:date>2016-03-24T19:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cmis checkin problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291375#M244505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please help me out in above problem. I have attached error file as well as the url combinations I tried. May be you can give the cmis-article according to new alfresco versions and all here can benefit from that pdf file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 12:33:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291375#M244505</guid>
      <dc:creator>sharma_avtansh</dc:creator>
      <dc:date>2016-03-28T12:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cmis checkin problem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291376#M244506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should be using a library instead of the raw protocol. But I know your original post says you are not able to. If that is the case, you'll need to read the CMIS spec. For example, the spec says that the checkin should be a PUT against the PWC entry and that the content-type should be "application/atom+xml;type=entry".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The spec also includes sample request/response logs which will show you exactly which URL to PUT against and an example entity to send.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://docs.oasis-open.org/cmis/CMIS/v1.1/csd01/CMIS-v1.1-csd01.html#x1-4880002" rel="nofollow noopener noreferrer"&gt;http://docs.oasis-open.org/cmis/CMIS/v1.1/csd01/CMIS-v1.1-csd01.html#x1-4880002&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2016 18:59:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cmis-checkin-problem/m-p/291376#M244506</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2016-04-11T18:59:49Z</dc:date>
    </item>
  </channel>
</rss>

