<?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 Using QMS API with asp.net in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294289#M1308148</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;I have been trying to build an asp page that can use the QMS API in the same fashoin that the sample apps do. However I seem to have an issue, I have built a page using the sample code (adjusting where neccessary for current proj ref) and updated the Service reference etc... I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be getting the "Service Key is Missing" error, expect that I am actually getting the service key abd can output this to the web page, but when the next piece of code executes, i.e GetServices(ServiceType) etc it throws the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I missed something when using asp.net for the service key? I've checked the web.config and copied across all the relevant xml for the endpoints etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Using QMS API with asp.net</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294289#M1308148</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;I have been trying to build an asp page that can use the QMS API in the same fashoin that the sample apps do. However I seem to have an issue, I have built a page using the sample code (adjusting where neccessary for current proj ref) and updated the Service reference etc... I&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I seem to be getting the "Service Key is Missing" error, expect that I am actually getting the service key abd can output this to the web page, but when the next piece of code executes, i.e GetServices(ServiceType) etc it throws the error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I missed something when using asp.net for the service key? I've checked the web.config and copied across all the relevant xml for the endpoints etc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294289#M1308148</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Using QMS API with asp.net</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294290#M1308153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone who had this problem mentioned recently to me that there was an extra space in the web.config/app.config file somewhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try posting your web.config file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2011 23:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294290#M1308153</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-21T23:00:25Z</dc:date>
    </item>
    <item>
      <title>Using QMS API with asp.net</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294291#M1308156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that seems to be the general consensus, but what I find wierd is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a Windows c# Forms app, that runs a simple connection to the API and retrieves a lits of documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works ok, so the app.config file clearly works. If I then port all the code over to an ASP.net application, copy the config xml over as is, it doesn't work and I get the service key issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering whether the config file needs to be changed for asp apps, but there's nothing in the QV documentation about using asp applications to give an example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone managed to get an asp.net app to work ok?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 10:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294291#M1308156</guid>
      <dc:creator />
      <dc:date>2011-07-22T10:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using QMS API with asp.net</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294292#M1308159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I actually have it running with ASP &amp;amp; VB .NET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the web.config file I'm using there, sorry but I can't post the entire code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should also remember to update the service reference (right click-&amp;gt;update service reference).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2011 12:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QMS-API-with-asp-net/m-p/294292#M1308159</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2011-07-22T12:41:05Z</dc:date>
    </item>
  </channel>
</rss>

