<?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: Using web service with  'Error starting session' exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303135#M256265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kayne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your advice,but could you give me more details or example about using opencmis API in this case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 10:01:31 GMT</pubDate>
    <dc:creator>fantastic340</dc:creator>
    <dc:date>2014-09-23T10:01:31Z</dc:date>
    <item>
      <title>Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303133#M256263</link>
      <description>Hi every one,When I was using web service API in order to create a link for node,my part of code as follows:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CMLCreate create = new CMLCreate();&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.setParent(destinationFolder);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; create.setAssociationType(Constants.ASSOC_CONTAIN</description>
      <pubDate>Tue, 23 Sep 2014 08:13:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303133#M256263</guid>
      <dc:creator>fantastic340</dc:creator>
      <dc:date>2014-09-23T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303134#M256264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Native webservice is deprecated,please use other API .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;opencmis API is recommended .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 09:16:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303134#M256264</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-09-23T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303135#M256265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi kayne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks for your advice,but could you give me more details or example about using opencmis API in this case?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:01:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303135#M256265</guid>
      <dc:creator>fantastic340</dc:creator>
      <dc:date>2014-09-23T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303136#M256266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm sorry I did not see clearly.you are using alfresco version 3.4.5,it is two old .I don't know whether&amp;nbsp; cmis specification is well supported in that version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As&amp;nbsp; the error,have you tried the address &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; &lt;A href="http://localhost:8080/alfresco/soapapi" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/soapapi&lt;/A&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Native webservice is not recommended in alfresco 4.x and was removed in alfresco 5.x.Please refer to &lt;/SPAN&gt;&lt;A href="https://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Alfresco_Content_Management_Web_Services&lt;/A&gt;&lt;SPAN&gt; for more information&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 14:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303136#M256266</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-09-23T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303137#M256267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have tried the address &lt;/SPAN&gt;&lt;A href="http://loacalhost:8080/alfresco/soapapi" rel="nofollow noopener noreferrer"&gt;http://loacalhost:8080/alfresco/soapapi&lt;/A&gt;&lt;SPAN&gt; before,but it got the same error,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so is there any solution to make it work in alfresco version 3.4.5??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 07:38:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303137#M256267</guid>
      <dc:creator>fantastic340</dc:creator>
      <dc:date>2014-09-24T07:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303138#M256268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update some info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I was using pure alfresco without others application to do same thing, and unexpectedly it`s work fine!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, when I developed some application which is RESTful application based on alfresco, and then it`s fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Therefore is there any idea for my situation?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 02:52:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303138#M256268</guid>
      <dc:creator>fantastic340</dc:creator>
      <dc:date>2014-09-29T02:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303139#M256269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Maybe it is caused by jar packages collisions,please check your classpath.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 03:14:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303139#M256269</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-09-29T03:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using web service with  'Error starting session' exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303140#M256270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Kayne,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have checked the jar packages,it did not occur collisions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it perhaps cause by other reasons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for ur tip.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 03:55:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-web-service-with-error-starting-session-exception/m-p/303140#M256270</guid>
      <dc:creator>fantastic340</dc:creator>
      <dc:date>2014-09-30T03:55:55Z</dc:date>
    </item>
  </channel>
</rss>

