<?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: XMLHTTPRequest error in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272553#M225683</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are the active links.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps : &lt;/SPAN&gt;&lt;A href="http://sonosolobit.it/blog/alfresco-chiamate-webservice-esterni/" rel="nofollow noopener noreferrer"&gt;http://sonosolobit.it/blog/alfresco-chiamate-webservice-esterni/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Jar file : &lt;/SPAN&gt;&lt;A href="https://github.com/rivetlogic/acir/tree/master/acir-alfresco/lib" rel="nofollow noopener noreferrer"&gt;https://github.com/rivetlogic/acir/tree/master/acir-alfresco/lib&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note : Downloading and using this jar file at your own risk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Jan 2016 01:55:00 GMT</pubDate>
    <dc:creator>muralidharand</dc:creator>
    <dc:date>2016-01-30T01:55:00Z</dc:date>
    <item>
      <title>XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272548#M225678</link>
      <description>the following code:xmlhttp = new XMLHttpRequest();  xmlhttp.open("GET","http://xxx.xxx.xx.xx/site/getXML.php',true); xmlhttp.send();‍‍‍‍Produces this error:Failed to create content due to error: 11230444 Failed to execute script 'workspace://S…': 11230443 ReferenceError: "XMLHttpRequest" is not defi</description>
      <pubDate>Fri, 23 Dec 2011 11:54:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272548#M225678</guid>
      <dc:creator>col_edinburgh</dc:creator>
      <dc:date>2011-12-23T11:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272549#M225679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK so it'n not possible to use AJAX with the Javascript API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As a work around I have now been able to get the xml data into a string using:&lt;/SPAN&gt;&lt;A href="http://www.unorganizedmachines.com/site/software-and-technology/34-software-development/97-calling-web-services-from-alfresco-web-scripts" rel="nofollow noopener noreferrer"&gt;http://www.unorganizedmachines.com/site/software-and-technology/34-software-development/97-calling-web-services-from-alfresco-web-scripts&lt;/A&gt;&lt;SPAN&gt;. Top man&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So next question. How do I extract the data I need from the string? getElementById throws an 'undefined' error.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Dec 2011 18:26:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272549#M225679</guid>
      <dc:creator>col_edinburgh</dc:creator>
      <dc:date>2011-12-23T18:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272550#M225680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you want to parse the xml in javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes you can refer this link.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/JavaScript_API_Cookbook#Find_all_XML_Forms_of_a_Specific_Type_and_Return_the_XML_content" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/JavaScript_API_Cookbook#Find_all_XML_Forms_of_a_Specific_Type_and_Return_the_XML_content&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this will serve your purpose.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 12:11:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272550#M225680</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2011-12-26T12:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272551#M225681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I keep seeing the link "&lt;/SPAN&gt;&lt;A href="http://www.unorganizedmachines.com/site/software-and-technology/34-software-development/97-calling-web-services-from-alfresco-web-scripts" rel="nofollow noopener noreferrer"&gt;http://www.unorganizedmachines.com/site/software-and-technology/34-software-development/97-calling-web-services-from-alfresco-web-scripts&lt;/A&gt;&lt;SPAN&gt;" mentioned… but its no longer active.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;can anyone provide another link?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 19:27:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272551#M225681</guid>
      <dc:creator>rocketboy2000</dc:creator>
      <dc:date>2016-01-19T19:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272552#M225682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been trying to do something similar but cant find an example, and the link is dead :C.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope someone can provide any information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 18:30:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272552#M225682</guid>
      <dc:creator>blacksylo</dc:creator>
      <dc:date>2016-01-28T18:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: XMLHTTPRequest error</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272553#M225683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here are the active links.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Steps : &lt;/SPAN&gt;&lt;A href="http://sonosolobit.it/blog/alfresco-chiamate-webservice-esterni/" rel="nofollow noopener noreferrer"&gt;http://sonosolobit.it/blog/alfresco-chiamate-webservice-esterni/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Jar file : &lt;/SPAN&gt;&lt;A href="https://github.com/rivetlogic/acir/tree/master/acir-alfresco/lib" rel="nofollow noopener noreferrer"&gt;https://github.com/rivetlogic/acir/tree/master/acir-alfresco/lib&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note : Downloading and using this jar file at your own risk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Jan 2016 01:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/xmlhttprequest-error/m-p/272553#M225683</guid>
      <dc:creator>muralidharand</dc:creator>
      <dc:date>2016-01-30T01:55:00Z</dc:date>
    </item>
  </channel>
</rss>

