<?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: Change cmis URL from 4.1 to 5.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123694#M33843</link>
    <description>&lt;P&gt;Post 4.2 and CMIS 1.0 the url has changed to:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;http://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/-default-/public/cmis/versions/1.0/atom&lt;/P&gt;
&lt;P&gt;The latest version of CMIS api is 1.1. The url is :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check this doc:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-text hljs plaintext"&gt;http://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/-default-/public/cmis/versions/1.1/atom
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class="language-text hljs plaintext"&gt;To get service doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#getting-the-service-document&lt;BR /&gt;&lt;BR /&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/cmis/versions/1.1/atom/
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Checkout these documentation for more details on CMIS offerings for 5.2:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also read:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 21 Oct 2021 03:42:26 GMT</pubDate>
    <dc:creator>abhinavmishra14</dc:creator>
    <dc:date>2021-10-21T03:42:26Z</dc:date>
    <item>
      <title>Change cmis URL from 4.1 to 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123692#M33841</link>
      <description>&lt;P&gt;Hello, I have upgraded from version 4.1 to 5.2 and I ran into the following problem with the URL of the CMIS system&lt;/P&gt;&lt;P&gt;Alfresco 4.1&lt;BR /&gt;http://x.x.x.x:8080/alfresco/&lt;STRONG&gt;cmis&lt;/STRONG&gt;/RepositoryService?wsdl&lt;/P&gt;&lt;P&gt;Alfresco 5.2&lt;BR /&gt;http://y.y.y.y:8080/alfresco/&lt;STRONG&gt;cmisws&lt;/STRONG&gt;/RepositoryService?wsdl&lt;/P&gt;&lt;P&gt;As you see the URL changes, is it possible to change the URL to leave it the same in both versions?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 14:00:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123692#M33841</guid>
      <dc:creator>MrNico</dc:creator>
      <dc:date>2021-10-20T14:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Change cmis URL from 4.1 to 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123693#M33842</link>
      <description>&lt;P&gt;Please skip previous URLs what I need is that the old URL &lt;A href="http://172.24.2.59:8080/alfresco/service/cmis" target="_blank" rel="nofollow noopener noreferrer"&gt;http://172.24.2.59:8080/alfresco/service/cmis&lt;/A&gt; can work on the new server&lt;/P&gt;&lt;P&gt;When entering (alfresco 4.1) http://x.x.x.x:8080/alfresco/service/cmis an XML file is downloaded, but when entering it in my other server with version 5.2 of alfresco, this url does not work and gives a 404 error&lt;/P&gt;&lt;P&gt;As you can see, I don't know much about alfresco, I hope you can help me&lt;/P&gt;</description>
      <pubDate>Wed, 20 Oct 2021 17:30:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123693#M33842</guid>
      <dc:creator>MrNico</dc:creator>
      <dc:date>2021-10-20T17:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Change cmis URL from 4.1 to 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123694#M33843</link>
      <description>&lt;P&gt;Post 4.2 and CMIS 1.0 the url has changed to:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;http://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/-default-/public/cmis/versions/1.0/atom&lt;/P&gt;
&lt;P&gt;The latest version of CMIS api is 1.1. The url is :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check this doc:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#atompub-binding&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class="language-text hljs plaintext"&gt;http://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/-default-/public/cmis/versions/1.1/atom
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class="language-text hljs plaintext"&gt;To get service doc: https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/#getting-the-service-document&lt;BR /&gt;&lt;BR /&gt;https://&amp;lt;hostname&amp;gt;:&amp;lt;port&amp;gt;/alfresco/api/cmis/versions/1.1/atom/
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Checkout these documentation for more details on CMIS offerings for 5.2:&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.alfresco.com/content-services/5.2/develop/reference/cmis-ref/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also read:&amp;nbsp;&lt;A href="https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/alfresco-content-services-hub/cmis/ba-p/289965&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Oct 2021 03:42:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/change-cmis-url-from-4-1-to-5-2/m-p/123694#M33843</guid>
      <dc:creator>abhinavmishra14</dc:creator>
      <dc:date>2021-10-21T03:42:26Z</dc:date>
    </item>
  </channel>
</rss>

