<?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: some CMIS apis using http methods not supported in flex in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176557#M129687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note on using method pass way as google data api &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(which use X-HTTP-Method-Override:&amp;nbsp; header to say what the real method is)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/gdata/docs/2.0/basics.html" rel="nofollow noopener noreferrer"&gt;http://code.google.com/apis/gdata/docs/2.0/basics.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and mention in CMIS spec&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex doesn't support custom headers normally unless&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. need to have cross domain file with allow-http-request-headers-from domain=x headers=y,z&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; use instead of HTTPService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a.&amp;nbsp; URLLoader&amp;nbsp; (Flex+AIR)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b.&amp;nbsp; Sockets (Flex+Browser, Flex+AIR)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(these seem to also what it takes to be able to use put, delete&amp;nbsp;&amp;nbsp; too)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Feb 2009 01:02:34 GMT</pubDate>
    <dc:creator>stevereiner</dc:creator>
    <dc:date>2009-02-28T01:02:34Z</dc:date>
    <item>
      <title>some CMIS apis using http methods not supported in flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176555#M129685</link>
      <description>In working on "CMIS Spaces" based on FlexSpaces code, with Flex/ActionScript, and Alfresco 3 CMIS draft implementation, atom/rest apissome other CMIS things:1. only 16x16 icons, no 32 or 64.2. getChildren not sorted3. for learning would be good to provide sample xml files coming back from alfresco v</description>
      <pubDate>Sun, 22 Feb 2009 22:08:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176555#M129685</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2009-02-22T22:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: some CMIS apis using http methods not supported in flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176556#M129686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Took out comment about wondering whether same cmis api calls work in parallel, things are fine for me with parallel calls both using sockets/as3httpclientlib or in a non sockets mode (HTTPService / URLLoader)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like the CMIS uses http methods not supported normally in Flex (unless you use sockets or add a proxy)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e.&amp;nbsp; PUT, DELETE&amp;nbsp; see in the spec for some things&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does CMIS plan or already have a way of passing the method as arg (like web scripts) ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(answer from Dave via twitter: proposal is to support the same method override as Google data api)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2009 07:35:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176556#M129686</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2009-02-26T07:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: some CMIS apis using http methods not supported in flex</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176557#M129687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note on using method pass way as google data api &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(which use X-HTTP-Method-Override:&amp;nbsp; header to say what the real method is)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://code.google.com/apis/gdata/docs/2.0/basics.html" rel="nofollow noopener noreferrer"&gt;http://code.google.com/apis/gdata/docs/2.0/basics.html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;and mention in CMIS spec&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Flex doesn't support custom headers normally unless&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. need to have cross domain file with allow-http-request-headers-from domain=x headers=y,z&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2.&amp;nbsp; use instead of HTTPService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;a.&amp;nbsp; URLLoader&amp;nbsp; (Flex+AIR)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;b.&amp;nbsp; Sockets (Flex+Browser, Flex+AIR)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(these seem to also what it takes to be able to use put, delete&amp;nbsp;&amp;nbsp; too)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Feb 2009 01:02:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/some-cmis-apis-using-http-methods-not-supported-in-flex/m-p/176557#M129687</guid>
      <dc:creator>stevereiner</dc:creator>
      <dc:date>2009-02-28T01:02:34Z</dc:date>
    </item>
  </channel>
</rss>

