<?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: Calling a soap web service from an extension object's script.js in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260333#M1240301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stéphane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is really not any qlikview specific to calling a web service from within QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some sample script.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;//Register your extension&lt;/P&gt;&lt;P&gt;Qva.AddExtension('MyExtensionObject', function(){&lt;/P&gt;&lt;P&gt;//Rendering function. The data exposed to the extension is available in this.data.xx in the JSApi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Example of looping over the rows of data exposed to the extension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i = 0; i &amp;lt; this.Data.Rows.length; i++) { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var row = this.Data.Rows &lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Construct your soap request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //There is tons of good examples of the web that explains this better then me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Here is a good example how to call a web service using jquery which is included in QV: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/36011"&gt;http://community.qlik.com/thread/36011&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2012 11:04:58 GMT</pubDate>
    <dc:creator>Alexander_Thor</dc:creator>
    <dc:date>2012-01-11T11:04:58Z</dc:date>
    <item>
      <title>Calling a soap web service from an extension object's script.js</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260332#M1240299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QlikView and I need to find a way to call a soap web service from a QlikView 11 extension object's script.js. I have not find any documentation/sample on that matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stéphane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260332#M1240299</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a soap web service from an extension object's script.js</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260333#M1240301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stéphane,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is really not any qlikview specific to calling a web service from within QV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some sample script.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="java" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;//Register your extension&lt;/P&gt;&lt;P&gt;Qva.AddExtension('MyExtensionObject', function(){&lt;/P&gt;&lt;P&gt;//Rendering function. The data exposed to the extension is available in this.data.xx in the JSApi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Example of looping over the rows of data exposed to the extension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; for (var i = 0; i &amp;lt; this.Data.Rows.length; i++) { &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var row = this.Data.Rows &lt;I&gt;&lt;/I&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Construct your soap request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //There is tons of good examples of the web that explains this better then me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;});&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Here is a good example how to call a web service using jquery which is included in QV: &lt;A _jive_internal="true" href="https://community.qlik.com/thread/36011"&gt;http://community.qlik.com/thread/36011&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2012 11:04:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260333#M1240301</guid>
      <dc:creator>Alexander_Thor</dc:creator>
      <dc:date>2012-01-11T11:04:58Z</dc:date>
    </item>
    <item>
      <title>Calling a soap web service from an extension object's script.js</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260334#M1240305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Alexander. It is now clear to me there is no QlikView API to deal with web services and that I have to use a 3rd party library like JQuery.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 16:17:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-soap-web-service-from-an-extension-object-s-script-js/m-p/260334#M1240305</guid>
      <dc:creator />
      <dc:date>2012-01-16T16:17:37Z</dc:date>
    </item>
  </channel>
</rss>

