<?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: Create alfresco web services manually in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242011#M195141</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT will generally be used for an "update to an existing object"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE will generaly be used for "delete an existing object".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST is "create a new object"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and GET is "read an object".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Dec 2010 13:48:32 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-12-08T13:48:32Z</dc:date>
    <item>
      <title>Create alfresco web services manually</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242008#M195138</link>
      <description>Hi all!I have to develop an android application, that have to interface with an alfresco web service server.But i cannot use alfresco in this situation because of some unsupported java api in android.So i want to develop a client manually. But i cannot find any thing about protocol between server an</description>
      <pubDate>Wed, 27 Oct 2010 06:32:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242008#M195138</guid>
      <dc:creator>lenguyenthanh</dc:creator>
      <dc:date>2010-10-27T06:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create alfresco web services manually</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242009#M195139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can use the REST API of Alfresco, I think it is more easy than use SOAP messages.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find more information about all the exposed methods here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://localhost:8080/alfresco/service/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all the methods with all the needed input arguments.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using HTTP methods (GET, POST, PUT, DELETE) you can manage contents in Alfresco remotely&amp;nbsp; :wink: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:40:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242009#M195139</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2010-11-12T14:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Create alfresco web services manually</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242010#M195140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey I have a query…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does alfresco use PUT and DELETE functions as well internally in addition to GET and POST?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Since PUT and DELETE have a lot of security issues.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 12:52:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242010#M195140</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2010-12-08T12:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create alfresco web services manually</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242011#M195141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PUT will generally be used for an "update to an existing object"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;DELETE will generaly be used for "delete an existing object".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;POST is "create a new object"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and GET is "read an object".&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Dec 2010 13:48:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242011#M195141</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-12-08T13:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Create alfresco web services manually</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242012#M195142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hey..thnx for the reply..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to secure those PUT and DELETE methods since our security team has issues with these methods being used by Alfresco as they have less security against hacks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Dec 2010 04:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-alfresco-web-services-manually/m-p/242012#M195142</guid>
      <dc:creator>n_pancholi87</dc:creator>
      <dc:date>2010-12-09T04:02:29Z</dc:date>
    </item>
  </channel>
</rss>

