<?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: [resolved] Retrieve Xml file from an Url in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295042#M67865</link>
    <description>Hello Sabrina, &lt;BR /&gt;After some tests with the system administrator, it's not a problem of firewall or proxy.&lt;BR /&gt;The connection to the https seems to be ok but I can't save the answer ...&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
    <pubDate>Thu, 29 Aug 2013 10:55:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-29T10:55:07Z</dc:date>
    <item>
      <title>[resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295035#M67858</link>
      <description>Hello, 
&lt;BR /&gt;I would like to save an xml file retrive from an Url. 
&lt;BR /&gt;In order to do that, I'm using a tFileFetch component but I have the following error : 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.net.SocketTimeoutException: connect timed out 
&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method) 
&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source) 
&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at java.net.Socket.connect(Unknown Source) 
&lt;BR /&gt; at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(Unknown Source) 
&lt;BR /&gt; at portefeuille_eg.test_0_1.test$1SocketFactory_tFileFetch_1.createSocket(test.java:382) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt;I've checked in the advance setting "use authentication". 
&lt;BR /&gt;And if I call the url in internet explorer, a windows authentification windows open and after writing my ID, the xml appears well in internet explorer. 
&lt;BR /&gt;Someone have an idea please ? 
&lt;BR /&gt;Regards 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB04.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129226iC1A596FDDDFD8641/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB04.jpg" alt="0683p000009MB04.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB09.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143750i8C08C1940FA1A381/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB09.jpg" alt="0683p000009MB09.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 26 Aug 2013 14:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295035#M67858</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-26T14:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295036#M67859</link>
      <description>Hi, 
&lt;BR /&gt;You can have a try to change the User Authentication:IE--&amp;gt;Tool--&amp;gt;Security--&amp;gt;Local Intranet Zone--&amp;gt;Custom level--&amp;gt;User Authentication log on --&amp;gt;Automatic logon with current user name and password to see if this windows authentification windows open? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB0J.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155573i5DCDF218FC303D0C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB0J.png" alt="0683p000009MB0J.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 27 Aug 2013 03:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295036#M67859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T03:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295037#M67860</link>
      <description>Hi Sabrina, &lt;BR /&gt;Thanks you for your answer.&lt;BR /&gt;I try it but I still have the same error.&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
      <pubDate>Tue, 27 Aug 2013 09:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295037#M67860</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T09:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295038#M67861</link>
      <description>Hi, &lt;BR /&gt;I suspect it is caused by your firewall. Do you still have this "windows authentification windows open" after close your firewall?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 27 Aug 2013 10:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295038#M67861</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T10:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295039#M67862</link>
      <description>Sorry Sabrina, I'm not sure if we understand well...&lt;BR /&gt;I have this windows authentification when I call the url with internet explorer. &lt;BR /&gt;I do that in order to test my url but what I need is to call the url with my talend job. And in order to provide this authentication, I've thinked that using advance setting provide me this problem. &lt;BR /&gt;But It's not the case ...&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
      <pubDate>Tue, 27 Aug 2013 10:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295039#M67862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T10:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295040#M67863</link>
      <description>Sabrina, I think I've understood what you would like to say.
&lt;BR /&gt;I have to set the parameters of my proxy in Talend. 
&lt;BR /&gt;I will take a look and let you know...
&lt;BR /&gt;Regards,
&lt;BR /&gt;Stef</description>
      <pubDate>Tue, 27 Aug 2013 10:58:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295040#M67863</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T10:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295041#M67864</link>
      <description>By adding the proxy parameters, I still have a problem : 
&lt;BR /&gt;7 août 2013 14:58:40 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt;27 août 2013 14:58:40 org.apache.commons.httpclient.HttpMethodBase readResponseBody 
&lt;BR /&gt;INFO: Response content length is not known 
&lt;BR /&gt;27 août 2013 14:58:41 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt;27 août 2013 14:58:41 org.apache.commons.httpclient.HttpMethodDirector processAuthenticationResponse 
&lt;BR /&gt;GRAVE: Invalid challenge: Basic 
&lt;BR /&gt;org.apache.commons.httpclient.auth.MalformedChallengeException: Invalid challenge: Basic 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeParser.extractParams(AuthChallengeParser.java:97) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.RFC2617Scheme.processChallenge(RFC2617Scheme.java:93) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.BasicScheme.processChallenge(BasicScheme.java:111) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeProcessor.processChallenge(AuthChallengeProcessor.java:161) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processWWWAuthChallenge(HttpMethodDirector.java:689) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processAuthenticationResponse(HttpMethodDirector.java:663) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:192) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:593) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:970) 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:596) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:970) 
&lt;BR /&gt;828 milliseconds 
&lt;BR /&gt; 
&lt;BR /&gt;Any ideas please ? 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stef</description>
      <pubDate>Tue, 27 Aug 2013 14:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295041#M67864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-27T14:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295042#M67865</link>
      <description>Hello Sabrina, &lt;BR /&gt;After some tests with the system administrator, it's not a problem of firewall or proxy.&lt;BR /&gt;The connection to the https seems to be ok but I can't save the answer ...&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
      <pubDate>Thu, 29 Aug 2013 10:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295042#M67865</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295043#M67866</link>
      <description>Hi,
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I can't save the answer ...&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Do you mean you cannot store the retrieved file into destination directory? Could you please give us more info about your current issue?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 29 Aug 2013 11:14:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295043#M67866</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-29T11:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295044#M67867</link>
      <description>Hi, &lt;BR /&gt;Yes I can't store the retrieved file into destination directory.&lt;BR /&gt;I tried the save cookie but I have the same issue.&lt;BR /&gt;For my system administrator, the connection to the https seems to be done ... So I don't understand.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stef</description>
      <pubDate>Fri, 30 Aug 2013 08:16:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295044#M67867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295045#M67868</link>
      <description>Hi, 
&lt;BR /&gt;Did you check out "Die on error" option on tFileList Component to see if there is any error. Is there any response from server in console? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M9ln.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140036i42C4B8E3B965F0A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M9ln.png" alt="0683p000009M9ln.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 30 Aug 2013 08:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295045#M67868</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295046#M67869</link>
      <description>Yes, these option is check and it return the same error. 
&lt;BR /&gt; connecting to socket on port 3547 
&lt;BR /&gt;30 août 2013 09:36:50 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt; connected 
&lt;BR /&gt;30 août 2013 09:36:50 org.apache.commons.httpclient.HttpMethodBase readResponseBody 
&lt;BR /&gt;INFO: Response content length is not known 
&lt;BR /&gt;30 août 2013 09:36:51 org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme 
&lt;BR /&gt;INFO: basic authentication scheme selected 
&lt;BR /&gt;30 août 2013 09:36:51 org.apache.commons.httpclient.HttpMethodDirector processAuthenticationResponse 
&lt;BR /&gt;GRAVE: Invalid challenge: Basic 
&lt;BR /&gt;org.apache.commons.httpclient.auth.MalformedChallengeException: Invalid challenge: Basic 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeParser.extractParams(AuthChallengeParser.java:97) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.RFC2617Scheme.processChallenge(RFC2617Scheme.java:93) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.BasicScheme.processChallenge(BasicScheme.java:111) 
&lt;BR /&gt; at org.apache.commons.httpclient.auth.AuthChallengeProcessor.processChallenge(AuthChallengeProcessor.java:161) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processWWWAuthChallenge(HttpMethodDirector.java:689) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.processAuthenticationResponse(HttpMethodDirector.java:663) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:192) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) 
&lt;BR /&gt; at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:668) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:1085) 
&lt;BR /&gt;Exception in component tFileFetch_1 
&lt;BR /&gt;java.lang.Exception: Method failed: HTTP/1.1 401 Unauthorized 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test.tFileFetch_1Process(test.java:671) 
&lt;BR /&gt; at integration_conso_dwh.test_0_1.test$1.run(test.java:1085) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job test terminé à 09:36 30/08/2013. 
&lt;BR /&gt; 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stef 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MALh.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156995iC61A74B946A90099/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MALh.jpg" alt="0683p000009MALh.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAxb.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/156837iFE0C364616D7C4C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAxb.jpg" alt="0683p000009MAxb.jpg" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MB0O.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144209i9EF84E8B85CE0D1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MB0O.jpg" alt="0683p000009MB0O.jpg" /&gt;&lt;/span&gt;</description>
      <pubDate>Fri, 30 Aug 2013 08:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295046#M67869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295047#M67870</link>
      <description>Hi, 
&lt;BR /&gt;There is a response given by shong in 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCnunCAC" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/problem-downloading-file-from-https/td-p/91239&lt;/A&gt; 
&lt;BR /&gt;Would you mind checking it? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 30 Aug 2013 08:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295047#M67870</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-30T08:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295048#M67871</link>
      <description>Hello Sabrina, &lt;BR /&gt;I've seen with people in charge of this url, and they have noticed that the user/password is pass in the header http but also in the URL.&lt;BR /&gt;For them, there is a conflict and I should just pass the authentification by the header http. There is something in the tFileFecth which add automatically the authentifcation in the URL.&lt;BR /&gt;Do you know what ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Stephane</description>
      <pubDate>Tue, 03 Sep 2013 09:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295048#M67871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-03T09:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295049#M67872</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;I've seen with people in charge of this url, and they have noticed that the user/password is pass in the header http but also in the URL.&lt;BR /&gt;For them, there is a conflict and I should just pass the authentification by the header http. There is something in the tFileFecth which add automatically the authentifcation in the URL.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;There are four protocols: http, https,ftp and smb. It seems that there is no such option adding automatically the authentifcation in the URL in the tFileFecth. 
&lt;BR /&gt;You can open a jira issue on 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa" target="_blank" rel="nofollow noopener noreferrer"&gt;talend bug tracker&lt;/A&gt; to see if there is a solution for that. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 05 Sep 2013 10:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295049#M67872</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-05T10:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295050#M67873</link>
      <description>Hello Sabrina, 
&lt;BR /&gt;Finally, peoples in charge of the url can only see my call when I'm using internet explorer. 
&lt;BR /&gt;The conflict of authentification is not done by the tFileFech ... 
&lt;BR /&gt;But something in the tfilefech generates a HTTP/1.1 401 Unauthorized exception. 
&lt;BR /&gt;Proxy parameters are good. 
&lt;BR /&gt;Maybe the format of my url pose problem to the tFileFech component ? 
&lt;BR /&gt;thsi is my url : 
&lt;BR /&gt; 
&lt;A href="https://xxxxxxxx.com/v1/xml/GetData?&amp;amp;start=2013-07-16&amp;amp;end=2013-07-16&amp;amp;max-results=30&amp;amp;columns=l:portal_site,l:page,m:visits&amp;amp;sort=-m:visits&amp;amp;site=380240&amp;amp;start-index=1" rel="nofollow noopener noreferrer"&gt;https://xxxxxxxx.com/v1/xml/GetData?&amp;amp;start=2013-07-16&amp;amp;end=2013-07-16&amp;amp;max-results=30&amp;amp;columns=l&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;ortal_site,l&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MAB6.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/158321i00588DF41617C922/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MAB6.png" alt="0683p000009MAB6.png" /&gt;&lt;/span&gt;age,m:visits&amp;amp;sort=-m:visits&amp;amp;site=380240&amp;amp;start-index=1&lt;/A&gt; 
&lt;BR /&gt;I've tried to call the url 
&lt;A href="https://xxxxxxxx.com/v1/xml/GetData" rel="nofollow noopener noreferrer"&gt;https://xxxxxxxx.com/v1/xml/GetData&lt;/A&gt; by passing parameters (start, end, max-results, columns, sort, site, start-index) with the post method but I have the same problem. 
&lt;BR /&gt;Regards, 
&lt;BR /&gt;Stephane</description>
      <pubDate>Mon, 09 Sep 2013 14:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295050#M67873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-09-09T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Retrieve Xml file from an Url</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295051#M67874</link>
      <description>Finally, I've solved my problem by :&lt;BR /&gt;- make an exception in the firewall for my url &lt;BR /&gt;- using a tHttpRequest with authentication&lt;BR /&gt;Regards,&lt;BR /&gt;Stephane</description>
      <pubDate>Mon, 07 Oct 2013 15:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Retrieve-Xml-file-from-an-Url/m-p/2295051#M67874</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-10-07T15:24:23Z</dc:date>
    </item>
  </channel>
</rss>

