<?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: Rest Connector Not Working in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27679#M411</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i said, I'm limited to the GET part of de Rest Services.&lt;/P&gt;&lt;P&gt;I did found 2 articles on the community.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/284388"&gt;POST Data using REST Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/224957" title="https://community.qlikview.com/thread/224957"&gt;Connection REST Post with request body | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both show problems that are not solved. But please look at the 'WITH CONNECTION' option. There they use $sign expansion with variables.&lt;/P&gt;&lt;P&gt;It looks like the first make a POST connection and in the query itself through the WITH CONNECTION the use variables to alter the header or request body. this is done with variables in the Qlikview script.&lt;/P&gt;&lt;P&gt;thats the best I can find at this moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatings,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Apr 2018 08:01:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-30T08:01:26Z</dc:date>
    <item>
      <title>Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27674#M406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have web source with which I am trying to connect with Qlik by REST connector, but it is giving me error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="199514" alt="Test2.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199514_Test2.png" style="height: 438px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only 8080 port is open on data source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am trying to open the same URL, it is responding JSON data but REST connector is responding error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which ports do we need to open on web source for Rest Connector ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me to fix it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 16:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27674#M406</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-04-12T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27675#M407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally REST Services work with HTTP procotol, port 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Port 8080 is normaly used als an alternatieve port to port 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ex.:&amp;nbsp; try &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://some.domain.com:80/" rel="nofollow" target="_blank"&gt;http://some.domain.com:80&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://some.domain.com:8080/" rel="nofollow" target="_blank"&gt;http://some.domain.com:8080&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Where some.domain.com has to be replaced with your own URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to increase the timeout value in the connection string. the current setting in your screenshot is 120 seconds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2018 15:28:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27675#M407</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-26T15:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27676#M408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roland,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input. It was working with same port and time out. &lt;/P&gt;&lt;P&gt;Can you please tell me can we use variable in Qlik Sense REST connector POST body as my data source has limit to respond a request to If I can use variable in POST body , might be it helps me ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 02:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27676#M408</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-04-27T02:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27677#M409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌hi Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i’m Using de REST CONNECTOR Qlikview but that should make no difference to Qliksense. &lt;/P&gt;&lt;P&gt;I‘m only using REST with GET, and i do a lot of subsitions placing variables inside the connection strings. &lt;/P&gt;&lt;P&gt;If i’m substituting&amp;nbsp; parts of the string i’m always use dollar sign expansion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;greatings &lt;/P&gt;&lt;P&gt;Roland. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2018 14:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27677#M409</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-27T14:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27678#M410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronaldo,&lt;/P&gt;&lt;P&gt;So are you saying, we can use variable with dollar sign in connection string(POST REQUEST) ?&lt;/P&gt;&lt;P&gt;I believe in GET request you can view URL in scripting but POST request send data which is not visible, how can we do it with POST then ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best.&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 04:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27678#M410</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-04-30T04:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27679#M411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rohit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i said, I'm limited to the GET part of de Rest Services.&lt;/P&gt;&lt;P&gt;I did found 2 articles on the community.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/284388"&gt;POST Data using REST Connector&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/224957" title="https://community.qlikview.com/thread/224957"&gt;Connection REST Post with request body | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both show problems that are not solved. But please look at the 'WITH CONNECTION' option. There they use $sign expansion with variables.&lt;/P&gt;&lt;P&gt;It looks like the first make a POST connection and in the query itself through the WITH CONNECTION the use variables to alter the header or request body. this is done with variables in the Qlikview script.&lt;/P&gt;&lt;P&gt;thats the best I can find at this moment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatings,&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:01:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27679#M411</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T08:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27680#M412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;Can you please share screen shot or help me to find the option "WITH CONNECTION" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Rohit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:05:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27680#M412</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-04-30T08:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27681#M413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please read the 2 links below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/thread/224957" title="https://community.qlikview.com/thread/224957"&gt;Connection REST Post with request body | Qlik Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/284388"&gt;POST Data using REST Connector&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:30:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27681#M413</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-30T08:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Rest Connector Not Working</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27682#M414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronald,&lt;/P&gt;&lt;P&gt;This one &lt;A href="https://community.qlikview.com/thread/224957" title="https://community.qlikview.com/thread/224957"&gt;Connection REST Post with request body | Qlik Community&lt;/A&gt; is using variable in pagination but Pagination request comes in scripting so you can use variable there, here I need to use variable for lets say Region variable so let say if I create a variable vRegion and it has assigned value is REGION1 then I want replace REGION1 with REGION2 and so on so I can fetch data for all region.&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;All this REGION variable will be used for POST BODY request but I can't see anything for REGION in scripting mode . Can you please help me more if it is possible to do it ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2018 08:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Rest-Connector-Not-Working/m-p/27682#M414</guid>
      <dc:creator>rohitk1609</dc:creator>
      <dc:date>2018-04-30T08:52:17Z</dc:date>
    </item>
  </channel>
</rss>

