<?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: Web script authentication in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114276#M80535</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;I have a webscript that forms a dashlet in alfresco. that webscript depending on which link the user clicks calls another webscript and the modifies a particular div tag with the response from another webscript. I am using /wcs instead of /service. My dashlet loads fine everytime, But the problem is when the user clicks a link sometimes the second webscript fails. What can be the reason behine this it is working most of the time but sometime when a user logs in triges to click a link in the dashlet it throws communication failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If somebody can suggest something that will be really helpful, I am really stuck with this one.&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;Faisal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 17:02:37 GMT</pubDate>
    <dc:creator>faisal</dc:creator>
    <dc:date>2009-10-16T17:02:37Z</dc:date>
    <item>
      <title>Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114271#M80530</link>
      <description>Hello, I would like to access a webscript from Alfresco, and in this websript, I need to get the login (Alfresco login) of the user (which means get person.properties.userName through a template file). I've seen the 'person' node can be used in a webscript only when there is an authentication.So her</description>
      <pubDate>Wed, 08 Aug 2007 14:26:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114271#M80530</guid>
      <dc:creator>ben256</dc:creator>
      <dc:date>2007-08-08T14:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114272#M80531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How are you referencing the web script from Alfresco?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If it's from the dashboard, the web script should pick up the user logged into Alfresco.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 14:28:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114272#M80531</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-08-08T14:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114273#M80532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was experimenting : I call the web script from a custom view using a template which displays a button. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The button call the web script:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the code of template used in the custom view:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;tr&amp;gt;&lt;BR /&gt;&amp;lt;td&amp;gt;&amp;lt;input type="button" value=" Launch " onclick=window.open("&lt;A href="http://localhost:8080/alfresco/service/app_launcher/launch_appli.html" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/app_launcher/launch_appli.html&lt;/A&gt;")&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&amp;lt;/tr&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Bad idea my button?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:09:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114273#M80532</guid>
      <dc:creator>ben256</dc:creator>
      <dc:date>2007-08-08T15:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114274#M80533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Replace /alfresco/service with /alfresco/wcservice&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Web Script should then hook up to the Web Client authentication.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Web_Script_Runtimes#Servlet_Runtime_.28HTTP_Access.29" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Web_Script_Runtimes#Servlet_Runtime_.28HTTP_Access.29&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:15:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114274#M80533</guid>
      <dc:creator>davidc</dc:creator>
      <dc:date>2007-08-08T15:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114275#M80534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It works perfectly&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2007 15:24:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114275#M80534</guid>
      <dc:creator>ben256</dc:creator>
      <dc:date>2007-08-08T15:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Web script authentication</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114276#M80535</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;I have a webscript that forms a dashlet in alfresco. that webscript depending on which link the user clicks calls another webscript and the modifies a particular div tag with the response from another webscript. I am using /wcs instead of /service. My dashlet loads fine everytime, But the problem is when the user clicks a link sometimes the second webscript fails. What can be the reason behine this it is working most of the time but sometime when a user logs in triges to click a link in the dashlet it throws communication failure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If somebody can suggest something that will be really helpful, I am really stuck with this one.&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;Faisal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 17:02:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/web-script-authentication/m-p/114276#M80535</guid>
      <dc:creator>faisal</dc:creator>
      <dc:date>2009-10-16T17:02:37Z</dc:date>
    </item>
  </channel>
</rss>

