<?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: SOAP Connector to Qlik Sense in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130772#M703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution proposed in the document you refer to will only work with QlikView and it is based on using Macros with VBScript so this will not work with Qlik Sense...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2018 15:28:04 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2018-07-27T15:28:04Z</dc:date>
    <item>
      <title>SOAP Connector to Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130769#M700</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;We are trying to connect to a SOAP web service to extract data using Qlik Sense Desktop. Is there a connector available in Qlik Sense. Please let us know if any one did this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We were able to get data using a REST web service with inbuilt REST connector for Qlik Sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Madhav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2018 19:13:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130769#M700</guid>
      <dc:creator>madhava4</dc:creator>
      <dc:date>2018-07-26T19:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Connector to Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130770#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pretty sure that the Qlik REST connector can be used for many SOAP web services as well. Others - please correct me if I am wrong since I am no expert on SOAP...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Qlik REST connector provides you with some basics to do HTTP communication using GET and POST requests. So it is rather low-level compared to other types of Qlik connectors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 08:27:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130770#M701</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-27T08:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Connector to Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130771#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3105"&gt;Call a web service via SOAP, HTTP Get or HTTP Post&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 12:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130771#M702</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-07-27T12:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Connector to Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130772#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution proposed in the document you refer to will only work with QlikView and it is based on using Macros with VBScript so this will not work with Qlik Sense...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2018 15:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130772#M703</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-27T15:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: SOAP Connector to Qlik Sense</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130773#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Madhava,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Petter here is right, you can use the REST connector to do a SOAP call.&lt;/P&gt;&lt;P&gt;Specifically, you need to generate the XML of your request and then use it as your &lt;EM&gt;Request Body&lt;/EM&gt; in your REST connection. Additional parameters could be needed, depending on your call&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I believe that somewhere there is a post that explains this quite good, but I have not been able to find it&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest using Fiddler or any other similar software to trace the request you do with the REST connector, as it is not so easy to debug.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Riccardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2018 11:17:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/SOAP-Connector-to-Qlik-Sense/m-p/130773#M704</guid>
      <dc:creator>rzenere_avvale</dc:creator>
      <dc:date>2018-08-06T11:17:25Z</dc:date>
    </item>
  </channel>
</rss>

