<?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: Creation of new share site susing 'create-site' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223412#M176542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;did you manage to solve this? I am having the same problem…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jan 2011 10:18:33 GMT</pubDate>
    <dc:creator>barbara</dc:creator>
    <dc:date>2011-01-28T10:18:33Z</dc:date>
    <item>
      <title>Creation of new share site susing 'create-site'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223409#M176539</link>
      <description>Hi,I'm trying to programmatically create a new Alfresco Share site using calls to REST services.I have initially tried to simply call the ALfresco REST API (not the Share API) but I rapidly discovered that although the site is created, a second step was necessary to get an active site (the documentL</description>
      <pubDate>Mon, 20 Sep 2010 09:01:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223409#M176539</guid>
      <dc:creator>orichaud</dc:creator>
      <dc:date>2010-09-20T09:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of new share site susing 'create-site'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223410#M176540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Part of the problem is that Share expects different headers in its REST requests than the repository tier. Something like this will work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;curl "&lt;/SPAN&gt;&lt;A href="http://localhost:8081/share/service/someWebScript" rel="nofollow noopener noreferrer"&gt;http://localhost:8081/share/service/someWebScript&lt;/A&gt;&lt;SPAN&gt;" –header "Accept-Charset:ISO-8859-1,utf-8" –header "Accept-Language:en"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But what I'm still trying to figure out is the authentication piece with Share web scripts. When you pass in username/password or tickets to a Share web script, when it makes remote connections back to the repository tier, it does so as Guest. Not sure what's up with that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Oct 2010 16:13:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223410#M176540</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2010-10-22T16:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of new share site susing 'create-site'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223411#M176541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would you mind send the code you are executing and describe from where you're executing it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:: Erik&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Oct 2010 12:39:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223411#M176541</guid>
      <dc:creator>erikwinlof</dc:creator>
      <dc:date>2010-10-26T12:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of new share site susing 'create-site'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223412#M176542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;did you manage to solve this? I am having the same problem…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jan 2011 10:18:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223412#M176542</guid>
      <dc:creator>barbara</dc:creator>
      <dc:date>2011-01-28T10:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Creation of new share site susing 'create-site'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223413#M176543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I recently had the same problem.&amp;nbsp; I posted my solution here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=48&amp;amp;t=46259&amp;amp;p=138469#p138469" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=48&amp;amp;t=46259&amp;amp;p=138469#p138469&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2012 20:02:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creation-of-new-share-site-susing-create-site/m-p/223413#M176543</guid>
      <dc:creator>joemc3</dc:creator>
      <dc:date>2012-10-12T20:02:54Z</dc:date>
    </item>
  </channel>
</rss>

