<?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: Extension Object Calling .Net Web Service in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080626#M360109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect you are correct that it is a conflict. I have QlikView installed on a server and the code works in that QlikView. The jQuery version is 1.7.1 on both QlikView Desktop installations.&lt;/P&gt;&lt;P&gt;Any other guidance on how I identify the conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Al.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 20:37:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-22T20:37:02Z</dc:date>
    <item>
      <title>Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080622#M360105</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 a .Net Web Service that I can call successfully from several other technologies: a local or remote browser, Excel VBA, QlikView VBA, and from JavaScript within another HTML page. However, running the same JavaScript as the HTML page within an Extension Object will not work. I am running the Extension Object within a local QlikView 11.2 app. Am I missing something that I need to configure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the JavaScript. It works within an HTML page but not within the Extension Objects:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; $.ajax({&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; type: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"POST"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; url: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;&lt;A href="http://localhost/Test1/Service1.asmx/doSomething"&gt;http://localhost/Test1/Service1.asmx/doSomething&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; data: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;'{Data1: "a&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;", Data2: "b"}'&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; contentType: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"application/json; charset=utf-8"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; dataType: &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"json"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; success: &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Consolas;"&gt;function&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; (r) {&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; alert(&lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 10pt; font-family: Consolas;"&gt;"Success"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;); }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt; Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Consolas;"&gt;Al.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 18:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080622#M360105</guid>
      <dc:creator />
      <dc:date>2016-04-21T18:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080623#M360106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It shouldn't be any limitations except from those that arise as conflicts between various Javascript libraries or version requirements of the same library like for instance jQuery. The QlikView extensions need specific versions of jQuery and you should check that this might be your problem....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080623#M360106</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2016-04-22T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080624#M360107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check your browser console if any error is beeing reported&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080624#M360107</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-04-22T20:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080625#M360108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that possible? How do I check the browser console, given it is within QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Al.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080625#M360108</guid>
      <dc:creator />
      <dc:date>2016-04-22T20:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080626#M360109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect you are correct that it is a conflict. I have QlikView installed on a server and the code works in that QlikView. The jQuery version is 1.7.1 on both QlikView Desktop installations.&lt;/P&gt;&lt;P&gt;Any other guidance on how I identify the conflict?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Al.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 20:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080626#M360109</guid>
      <dc:creator />
      <dc:date>2016-04-22T20:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080627#M360110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Publish your app and your extension to a QV Server and open it using a browser via Ajax Client&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 11:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080627#M360110</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2016-04-25T11:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Extension Object Calling .Net Web Service</title>
      <link>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080628#M360111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but that does not help me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I know I can publish but I need to be able to develop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 11:35:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extension-Object-Calling-Net-Web-Service/m-p/1080628#M360111</guid>
      <dc:creator />
      <dc:date>2016-04-25T11:35:03Z</dc:date>
    </item>
  </channel>
</rss>

