<?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: Connection to a WebService from Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169671#M380367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;rbecher&lt;/A&gt;‌ I don't have more details about the web service. I've tested the service using postman chrome extension and it works with basic authentication (Username and password).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/franky_h79"&gt;franky_h79&lt;/A&gt;,thanks for the suggestion. username and password doesn't contain special characters. I've tried all the variations of the url listed in your example but it's not working yet.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jul 2016 11:09:01 GMT</pubDate>
    <dc:creator>AbhijitBansode</dc:creator>
    <dc:date>2016-07-05T11:09:01Z</dc:date>
    <item>
      <title>Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169667#M380363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I know we can connect to a web service without authentication using below syntax:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Forecast:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Date,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; WeatherID,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Desciption,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ProbabilityOfPrecipiation/Nighttime] as Nighttime,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [ProbabilityOfPrecipiation/Daytime] as Daytime,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Temperatures/MorningLow] as MorningLow,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Temperatures/DaytimeHigh] as DaytimeHigh&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://wsf.cdyne.com/WeatherWS/Weather.asmx/GetCityForecastByZIP?ZIP=33139" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;http://wsf.cdyne.com/WeatherWS/Weather.asmx/GetCityForecastByZIP?ZIP=33139&lt;/A&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;] (XmlSimple, Table is [ForecastReturn/ForecastResult/Forecast]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;as mentioned &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1320#start=25" title="https://community.qlik.com/docs/DOC-1320#start=25"&gt;https://community.qlik.com/docs/DOC-1320#start=25&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I've a web service with basic authentication (username and password). How do I connect with this service using "Web Files" option. I've tried different options mentioned at "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://en.wikipedia.org/wiki/Basic_access_authentication" rel="nofollow" style="color: #3778c7; font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit;" target="_blank"&gt;Basic access authentication - Wikipedia, the free encyclopedia&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;" but can't get it working. Any suggestion here will be much helpful.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-style: inherit; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;Abhijit&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 14:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169667#M380363</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2016-07-04T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169668#M380364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide more details about the web service and your script..&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 19:43:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169668#M380364</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-07-04T19:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169669#M380365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if there are any Special Characters in Usernames and Passwords the attached document might be helpful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 20:05:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169669#M380365</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2016-07-04T20:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169670#M380366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;URL encoding should be always taken into account when dealing with web resources..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2016 20:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169670#M380366</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-07-04T20:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169671#M380367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. &lt;A href="https://community.qlik.com/qlik-users/3136"&gt;rbecher&lt;/A&gt;‌ I don't have more details about the web service. I've tested the service using postman chrome extension and it works with basic authentication (Username and password).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/franky_h79"&gt;franky_h79&lt;/A&gt;,thanks for the suggestion. username and password doesn't contain special characters. I've tried all the variations of the url listed in your example but it's not working yet.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 11:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169671#M380367</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2016-07-05T11:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169672#M380368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, what is you script call then?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 11:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169672#M380368</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2016-07-05T11:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169673#M380369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use "Web Files" option in load script to load the data from service:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Original URL is&lt;/P&gt;&lt;P&gt;&lt;A href="https://server.domain.com:8443/AllStars/rest/allstar/qvdata" title="https://server.domain.com:8443/AllStars/rest/allstar/qvdata"&gt;https://server.domain.com:8443/AllStars/rest/allstar/qvdata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works with postman using basic authentication. Lets consider username is 'user' and password is 'pass'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried providing URLs in below formats:&lt;/P&gt;&lt;P&gt;&lt;A href="https://user:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata" title="https://user:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata"&gt;https://user:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata" title="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata"&gt;https://user%40domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata" style="font-size: 13.3333330154419px;" title="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata"&gt;https://user%40server.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata" style="font-size: 13.3333330154419px;" title="https://user.domain.com:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata"&gt;https://user%40server.domain.com:8443:pass@server.domain.com:8443/AllStars/rest/allstar/qvdata&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've also tested open web service which doesn't require username and password and it generates below script when using above process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SpotlightProblem:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Qtr,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Period,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PR,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Active&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://server.domain.com:8443/toolswebservices/rest/spotlight/retail/problem" rel="nofollow" target="_blank"&gt;https://server.domain.com:8443/toolswebservices/rest/spotlight/retail/problem&lt;/A&gt;&lt;SPAN&gt;] (XmlSimple, Table is [SpotlightProblems/SpotlightProblem]);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 11:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169673#M380369</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2016-07-05T11:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169674#M380370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/cabhijit"&gt;cabhijit&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you retrieve data from a WebService ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Joaquín&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:43:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169674#M380370</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-10-03T10:43:37Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169675#M380371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/joaquinlr"&gt;joaquinlr&lt;/A&gt;&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've developed executable application using DOTNET to retrieve a data set from web service and store it in csv file to process in QV. EXE is called using EXECUTE command in QV script and it works charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhijit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 12:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169675#M380371</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2016-10-03T12:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connection to a WebService from Script</title>
      <link>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169676#M380372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hi &lt;/SPAN&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-link-profile-small" data-containerid="-1" data-containertype="-1" data-objectid="39354" data-objecttype="3" href="https://community.qlik.com/people/cabhijit" style="font-weight: inherit; font-style: inherit; font-size: 11.7px; font-family: inherit; color: #3778c7;"&gt;Abhijit Bansode&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 11.7px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;OK. I will think about it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank you. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 13:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Connection-to-a-WebService-from-Script/m-p/1169676#M380372</guid>
      <dc:creator>Joaquin_Lazaro</dc:creator>
      <dc:date>2016-10-03T13:04:55Z</dc:date>
    </item>
  </channel>
</rss>

