<?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: Loading XML file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373993#M139175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;pls follow these steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-right: 75.0pt; margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 19.5pt; font-family: 'inherit','serif';"&gt;Reading Data from Sharepoint lists into QlikView&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="line-height: 1.5em; font-size: 12.0pt; font-family: 'inherit','serif';"&gt; Using RPC-Calls&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;An easier way is to use RPC-calls using owssvr.dll, like:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=listGUID&amp;amp;View=viewGUID"&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=listGUID&amp;amp;View=viewGUID&lt;/SPAN&gt;&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;listGUID and viewGUID must be in the format {XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;BR /&gt; The listGUID can easily be found by navigating to the list in Sharepoint and go to List Settings. The listGUID will then show up in the address-field in your browser.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;If viewGUID is omitted, the default view will be retrieved. To find the viewGUID locate the list in Sharepoint and activate the view needed. Select View Soure in IE to see the source code. Search for view={ to locate the viewGUID.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;The response will be in XML, so when reading into QlikView make sure you select XML Files and Internet File. Add the correct crafted URL as described above. The data retrieved can be found in the node xml/data/row.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Example URLs to be used in QlikView:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List="&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/SPAN&gt;&lt;/A&gt;{B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;&lt;A href="http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List="&gt;&lt;SPAN style="color: #3778c7;"&gt;http://your-sharepoint-server/site/_vti_bin/owssvr.dll?Cmd=Display&amp;amp;XMLDATA=1&amp;amp;RowLimit=0&amp;amp;List=&lt;/SPAN&gt;&lt;/A&gt;{B9C20FC4-4C04-4F4C-93EF-E69E11D286F2}&amp;amp;View={58678A30-DC12-4C66-8568-28E4D9A3EED1}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;For more info about owssvr.dll use Google to find various ways of filtering the information&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG style="font-size: 10.0pt; font-family: 'inherit','serif';"&gt;Note: Only fields defined in a view can be retrieved. You need to construct the view with the fields needed, if not using the default view.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 14:19:07 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-03-10T14:19:07Z</dc:date>
    <item>
      <title>Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373966#M139148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to load the xml file using Qlikview, it gives 'Download Error' but I can open the same url in browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What could be the reason for download failed error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 09:03:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373966#M139148</guid>
      <dc:creator />
      <dc:date>2012-07-30T09:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373967#M139149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;are you loading that xml file from local file system or via http (https)&amp;nbsp; url? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 10:48:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373967#M139149</guid>
      <dc:creator />
      <dc:date>2012-07-30T10:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373968#M139150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loading the file from https url...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 11:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373968#M139150</guid>
      <dc:creator />
      <dc:date>2012-07-30T11:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373969#M139151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you open that on browser does that ask for any username and password???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373969#M139151</guid>
      <dc:creator>rajni_batra</dc:creator>
      <dc:date>2012-07-30T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373970#M139152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In IE, it is not asking for any credentials. But in Chrome, it is asking for the credentials. After giving the credential I am able to view the xml file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But qlikview couldn't read the data from the url, it is giving the error - 'The download Failed'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I am trying to fetch the data from share point using REST service&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 13:03:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373970#M139152</guid>
      <dc:creator />
      <dc:date>2012-07-30T13:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373971#M139153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can qlikivew fetch the xml file from 'https' site?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 07:31:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373971#M139153</guid>
      <dc:creator />
      <dc:date>2012-07-31T07:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373972#M139154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've encountered the same problem. &lt;/P&gt;&lt;P&gt;Did you find any solution for it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2013 10:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373972#M139154</guid>
      <dc:creator />
      <dc:date>2013-02-14T10:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373973#M139155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also receiving the same issue.&lt;/P&gt;&lt;P&gt;I pull the XML file up in my browser (Firefox, IE and Chrome)&lt;/P&gt;&lt;P&gt;The URL has the ID and Password as a plain text string.&lt;/P&gt;&lt;P&gt;When going through the wizard to upload the XML file, I can see my data when the FileType is set to Delimited or Fixed Record.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="jiveImage" src="https://community.qlik.com/message/347256/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG alt="1.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/41228_1.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;HOWEVER, when I select the File Type of XML, I receive the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="jiveImage" src="https://community.qlik.com/message/347256/" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;IMG alt="2.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/41229_2.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373973#M139155</guid>
      <dc:creator />
      <dc:date>2013-05-17T17:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373974#M139156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I perform a File/SaveAs from my browser, I can import into QlikView with no problems.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2013 17:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373974#M139156</guid>
      <dc:creator />
      <dc:date>2013-05-17T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373975#M139157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same problem.&lt;BR /&gt;When I type the URL in the browser the result shows up, but when I use the&lt;BR /&gt;wizard in Qlikview pulling from internet file it says:&amp;nbsp; &lt;STRONG&gt;'The download Failed'. &lt;/STRONG&gt;But when I chose delimited I can see the data (as Jason describes earlier).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same URL works from Qlikview on my local machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I guess there is/are some setting(s) on the server that stops Qlikview from pulling xml from internet files. Anyone have any idea how to solve this problem? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373975#M139157</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T11:39:37Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373976#M139158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a solution. I changed "https" to "http".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373976#M139158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-08T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373977#M139159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jason, have you resolved your issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 19:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373977#M139159</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T19:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373978#M139160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same here, with sharepoint... DUH...&lt;/P&gt;&lt;P&gt;the legacy model works fine (owssvr.dll) but it does not work with TASK LIST so I need an alternative method... yet the _api method seems very troublesom...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 23:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373978#M139160</guid>
      <dc:creator />
      <dc:date>2014-02-08T23:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373979#M139161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved my issue which was caused by URL encoding! I was using this URL:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://[myserver]/[mysite]/_api/web/lists/getbytitle"&gt;http://[myserver]/[mysite]/_api/web/lists/getbytitle&lt;/A&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;'وظایف پروژه'&lt;/SPAN&gt;)/Items&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which I changed to this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://[myserver]/[mysite]/_api/web/lists/getbytitle"&gt;http://[myserver]/[mysite]/_api/web/lists/getbytitle&lt;/A&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;'%D9%88%D8%B8%D8%A7%DB%8C%D9%81%20%D9%BE%D8%B1%D9%88%DA%98%D9%87'&lt;/SPAN&gt;)/Items&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And it worked like a charm! So I suggest that you try encoding the inner part of the string you are trying to give to API which will save the day for you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by the way, I already solve some other issues of using SharePoint with QlikView which might help; for example if you have a problem with authentication, you might want to add the URL of the site to INTRANET of TRUSTED areas in INTERNET EXPLORER. Just remember to test everything with IE in authentication issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 23:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373979#M139161</guid>
      <dc:creator />
      <dc:date>2014-02-08T23:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373980#M139162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen this issue now with one of our users and they were not even able to open this simple W3Schools hosted file in QlikView:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.w3schools.com/xml/note.xml" title="http://www.w3schools.com/xml/note.xml"&gt;http://www.w3schools.com/xml/note.xml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the file is downloaded to disk it is not problem then loading it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 07:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373980#M139162</guid>
      <dc:creator>chrisbrain</dc:creator>
      <dc:date>2014-05-09T07:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373981#M139163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've got the same problem, I'm trying to load a xml file and it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you find an issue to this problem ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:39:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373981#M139163</guid>
      <dc:creator />
      <dc:date>2014-10-08T07:39:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373982#M139164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can you try something like, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM [&lt;CODE&gt;&lt;SPAN class="pln"&gt;http&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;://&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;user&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;password@server&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;job&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;jobname&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;/&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;build&lt;/SPAN&gt;&lt;/CODE&gt;/xml/note.xml] (XmlSimple, Table is [note]);&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;have the &lt;CODE&gt;&lt;SPAN class="pln"&gt;user&lt;/SPAN&gt;&lt;SPAN class="pun"&gt;:&lt;/SPAN&gt;&lt;SPAN class="pln"&gt;password@ in the URL like the above example.. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 07:47:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373982#M139164</guid>
      <dc:creator>mjayachandran</dc:creator>
      <dc:date>2014-10-08T07:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373983#M139165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is an incredibly bad idea. You should never include security credentials in a plain text Http request. You should always consider a single-sign-on solution first.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:14:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373983#M139165</guid>
      <dc:creator>DavidFoster1</dc:creator>
      <dc:date>2014-10-08T08:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373984#M139166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's not my problem, I don't have any login / password on my server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In QV :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. if I select XML, I have the message "The download failed"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV1.png" class="jive-image jiveImage" height="345" src="https://community.qlik.com/legacyfs/online/68483_QV1.png" style="width: 500px; height: 345.164px;" width="500" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if i select fixed record, I obtain the confirguration (I think) of my XML file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV2.png" class="jive-image" height="387" src="https://community.qlik.com/legacyfs/online/68484_QV2.png" style="width: 556px; height: 387.406px;" width="556" /&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2014 08:30:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373984#M139166</guid>
      <dc:creator />
      <dc:date>2014-10-08T08:30:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading XML file</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373985#M139167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have exactly the same problem. Strange thing is, I can run the QVW file on my desktop PC from server share, but not from the server it self.&lt;/P&gt;&lt;P&gt;I also see the xml info in the "Delimiter" type, but get the error "The download of the specified resource has failed" in XML type.&lt;/P&gt;&lt;P&gt;My url is an https on a local host.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guess there is some security settings on the server, but can't figure out what.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Mar 2015 12:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-XML-file/m-p/373985#M139167</guid>
      <dc:creator />
      <dc:date>2015-03-09T12:59:48Z</dc:date>
    </item>
  </channel>
</rss>

