<?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 Alfresco in a Java Web Based Application in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280363#M233493</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you navigate to the CMIS family WebScript &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index/family/CMIS" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/family/CMIS&lt;/A&gt;&lt;SPAN&gt;, you can find the following that there is a service which description is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create / Move a Folder or Document (createDocument, createFolder, createPolicy, moveObject)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/i/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/s/{store}/i/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/p{path}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/s/{store}/p{path}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/api/node/{store_type}/{store_id}/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/api/path/{store_type}/{store_id}/{nodepath}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this can help you enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Reagrds,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 May 2013 14:32:20 GMT</pubDate>
    <dc:creator>jspuchau</dc:creator>
    <dc:date>2013-05-24T14:32:20Z</dc:date>
    <item>
      <title>Using Alfresco in a Java Web Based Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280360#M233490</link>
      <description>HI, i'm new to Alfresco and i would like to know how can i move a file through a Java based API. I'm devoloping an application and when the user makes an action i want to move the file to another directory. I've been searching and i'm trying to use/understand the exaples given in this link: http://s</description>
      <pubDate>Tue, 19 Feb 2013 21:20:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280360#M233490</guid>
      <dc:creator>vramos89</dc:creator>
      <dc:date>2013-02-19T21:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alfresco in a Java Web Based Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280361#M233491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Vanessa!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the Alfresco community. We're glad you're here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know we don't make this very clear anywhere, but we would strongly recommend that you use CMIS as the first choice for working with Alfresco from your application instead of the old Web Services API. CMIS isn't always the answer, but it does address a lot of CRUD functions, including moves.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In CMIS, doing a move is as easy as calling the move method on a fileable object (like a Document or a Folder) and passing in the source and target folders' object ID's. See the Apache Chemistry web page for some OpenCMIS examples.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With that said, your code should still compile. Have you tried downloading the binary distribution of the SDK instead of building it from source?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2013 00:39:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280361#M233491</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2013-02-21T00:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alfresco in a Java Web Based Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280362#M233492</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;SPAN&gt;Can please tell the exact web service for performing the move operation? I need to move the file from one folder to another folder from Cordys environment. I'm currently using CMIS web service for all my operations like Content, Authoring, Repository web serivces. So for the MOVE operation should I use UPDATE web service in Repoistory or any other web serivce? And also please provide a sample soap request also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in Advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nandha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 06:31:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280362#M233492</guid>
      <dc:creator>nandhakumars</dc:creator>
      <dc:date>2013-05-24T06:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using Alfresco in a Java Web Based Application</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280363#M233493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you navigate to the CMIS family WebScript &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/index/family/CMIS" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/index/family/CMIS&lt;/A&gt;&lt;SPAN&gt;, you can find the following that there is a service which description is: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create / Move a Folder or Document (createDocument, createFolder, createPolicy, moveObject)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/i/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/s/{store}/i/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/p{path}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/cmis/s/{store}/p{path}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/api/node/{store_type}/{store_id}/{id}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST /alfresco/service/api/path/{store_type}/{store_id}/{nodepath}/children?sourceFolderId={sourceFolderId}&amp;amp;versioningState={versioningState?}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope this can help you enough.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Reagrds,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 14:32:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-alfresco-in-a-java-web-based-application/m-p/280363#M233493</guid>
      <dc:creator>jspuchau</dc:creator>
      <dc:date>2013-05-24T14:32:20Z</dc:date>
    </item>
  </channel>
</rss>

