<?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: What changes between Web Services Api 1.4 and 2.0 ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72734#M47331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get an authentication ticket from alfresco :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the previous API we needed to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;String ticket = AuthenticationUtils.getCurrentTicket() ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now with Alfresco2.0 API use instead&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;String ticket = AuthenticationUtils.getTicket() ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2007 11:05:03 GMT</pubDate>
    <dc:creator>bparis</dc:creator>
    <dc:date>2007-04-17T11:05:03Z</dc:date>
    <item>
      <title>What changes between Web Services Api 1.4 and 2.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72730#M47327</link>
      <description>The Liferay's Alfresco Content portlet is able to validate on and get contents from Alfresco 1.4 using Web Services api.From the same Liferay's portlet I'm tryng to access an Alfresco Server 2.0 but in Liferay's log I got the following error:12:44:33,718 ERROR [Call:2469] Exception&lt;IMG id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;rg.xml.sax.SAXEx</description>
      <pubDate>Fri, 23 Mar 2007 10:32:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72730#M47327</guid>
      <dc:creator>icarrara</dc:creator>
      <dc:date>2007-03-23T10:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: What changes between Web Services Api 1.4 and 2.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72731#M47328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe it will help you :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Release_2.0#Upgrading_from_V1.4.x" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Release_2.0#Upgrading_from_V1.4.x&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bye,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thomas.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 15:28:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72731#M47328</guid>
      <dc:creator>t_boibes</dc:creator>
      <dc:date>2007-03-23T15:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: What changes between Web Services Api 1.4 and 2.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72732#M47329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Thomas!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I found:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The bean "authenticationComponentImpl" is no longer used in the Spring config. It should not be over-ridden. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The correct bean to over-ride for NTLM LDAP etc is now "authenticationComponent". See the sample files which have been updated to reflect this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The change removes a transactional layer that is no longer required. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Retrieved from "&lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Upgrading_to_2.0" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Upgrading_to_2.0&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BUT I don't know if this is the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the same time I can't find articles related to Web Services changes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ummm… My hope was that API didn't change between a release and another release ……&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2007 17:38:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72732#M47329</guid>
      <dc:creator>icarrara</dc:creator>
      <dc:date>2007-03-23T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: What changes between Web Services Api 1.4 and 2.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72733#M47330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've just installed version 2 and get into exactly the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could anyone have a response ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Apr 2007 14:00:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72733#M47330</guid>
      <dc:creator>bparis</dc:creator>
      <dc:date>2007-04-06T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: What changes between Web Services Api 1.4 and 2.0 ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72734#M47331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To get an authentication ticket from alfresco :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the previous API we needed to use&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;String ticket = AuthenticationUtils.getCurrentTicket() ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now with Alfresco2.0 API use instead&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;STRONG&gt;String ticket = AuthenticationUtils.getTicket() ;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2007 11:05:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/what-changes-between-web-services-api-1-4-and-2-0/m-p/72734#M47331</guid>
      <dc:creator>bparis</dc:creator>
      <dc:date>2007-04-17T11:05:03Z</dc:date>
    </item>
  </channel>
</rss>

