<?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: Qlik REST Connector - CDATA section in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlik-REST-Connector-CDATA-section/m-p/1734437#M452508</link>
    <description>&lt;P&gt;I suggest not to use SOAP/XML, but to use REST/JSON. You can test this on &lt;A href="https://connect.afas.nl" target="_blank"&gt;https://connect.afas.nl&lt;/A&gt;&amp;nbsp; where you can test your connectors defined in AFAS on your own live data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the [CDATA] means that the XML you're looking for is encapsulated within as an string response, rather than a normal XML format.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 10 Aug 2020 09:38:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-10T09:38:19Z</dc:date>
    <item>
      <title>Qlik REST Connector - CDATA section</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-REST-Connector-CDATA-section/m-p/1355291#M416032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anyone who has experience with CDATA sections in an XML response?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to fetch a table from a webservice with the Qlik REST Connector. I have tested this with SOAP UI and I can succesfully fetch data, but the data that I need is embedded in a CDATA section. When fetching this data with Qlik REST Connector it does not recognize this section and only fetches meta-data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example of XML response:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;soap:Envelope xmlns:soap="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/envelope/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/envelope/&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsi="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema-instance" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;&lt;SPAN&gt;" xmlns:xsd="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;soap:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetDataResponse xmlns="urn:Afas.Profit.Services"&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;GetDataResult&amp;gt;&amp;lt;![CDATA[&amp;lt;AfasGetConnector&amp;gt;&amp;lt;xs:schema xmlns:xs="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.w3.org/2001/XMLSchema" rel="nofollow" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;&amp;lt;xs:element name="AfasGetConnector"&amp;gt;&amp;lt;xs:complexType&amp;gt;&amp;lt;xs:choice maxOccurs="unbounded"&amp;gt;&amp;lt;xs:element name="QVGC"&amp;gt;&amp;lt;xs:complexType&amp;gt;&amp;lt;xs:sequence&amp;gt;&amp;lt;xs:element name="werkgevercode" type="xs:string" minOccurs="0"/&amp;gt;&amp;lt;xs:element name="achternaam" type="xs:string" minOccurs="0"/&amp;gt;&amp;lt;xs:element name="voornaam" type="xs:string" minOccurs="0"/&amp;gt;&amp;lt;/xs:sequence&amp;gt;&amp;lt;/xs:complexType&amp;gt;&amp;lt;/xs:element&amp;gt;&amp;lt;/xs:choice&amp;gt;&amp;lt;/xs:complexType&amp;gt;&amp;lt;/xs:element&amp;gt;&amp;lt;/xs:schema&amp;gt;&amp;lt;Qlikview_medewerkers&amp;gt;&amp;lt;werkgevercode&amp;gt;01&amp;lt;/werkgevercode&amp;gt;&amp;lt;achternaam&amp;gt;Some last name&amp;lt;/achternaam&amp;gt;&amp;lt;voornaam&amp;gt;Some first name&amp;lt;/voornaam&amp;gt;&amp;lt;/Qlikview_medewerkers&amp;gt;]]&amp;gt;&amp;lt;/GetDataResult&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetDataResponse&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/soap:Body&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/soap:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the actual table should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Werkgevercode&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Achternaam&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Voornaam&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;01&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Some last name&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Some first name&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I get the actual table in QlikView that is now within this CDATA section?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Joost&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:00:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-REST-Connector-CDATA-section/m-p/1355291#M416032</guid>
      <dc:creator />
      <dc:date>2017-05-16T14:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik REST Connector - CDATA section</title>
      <link>https://community.qlik.com/t5/QlikView/Qlik-REST-Connector-CDATA-section/m-p/1734437#M452508</link>
      <description>&lt;P&gt;I suggest not to use SOAP/XML, but to use REST/JSON. You can test this on &lt;A href="https://connect.afas.nl" target="_blank"&gt;https://connect.afas.nl&lt;/A&gt;&amp;nbsp; where you can test your connectors defined in AFAS on your own live data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;the [CDATA] means that the XML you're looking for is encapsulated within as an string response, rather than a normal XML format.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 09:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlik-REST-Connector-CDATA-section/m-p/1734437#M452508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-10T09:38:19Z</dc:date>
    </item>
  </channel>
</rss>

