<?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 Webservice in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424296#M567760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response; unfortunately, as I'm developing this solution on the free download version I can't load in the suggested solution.&amp;nbsp; However, I think I might have found a way forward which I will post up here if it pans out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2012 08:48:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-14T08:48:56Z</dc:date>
    <item>
      <title>Calling a Webservice</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424294#M567758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(source material, googlemaps : &lt;A class="loading" href="https://developers.google.com/maps/documentation/business/webservices" title="https://developers.google.com/maps/documentation/business/webservices"&gt;https://developers.google.com/maps/documentation/business/webservices&lt;/A&gt; )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to execute a function to build a URL based on parameters passed to it, and to use the returned URL within an expression.&amp;nbsp; Please note, I am very new to Qlikview and far outside my comfort zone with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that the best way to proceed with this is to create a webservice that will take the inputs (postcode, clientId and channel) and return a correctly signed URL.&amp;nbsp; I can manage the code for the web service and the deployment of the web service but don't know how I would integrate that into Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at the word document that outlines the use of static googlemaps ( &lt;A _jive_internal="true" class="loading" href="https://community.qlik.com/docs/DOC-3136" title="http://community.qlik.com/docs/DOC-3136"&gt;http://community.qlik.com/docs/DOC-3136&lt;/A&gt; ) but, as I need to use GoogleMaps for Business with a signed URL, I can't just use the example as provided.&amp;nbsp; So where in the example it says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://maps.google.com/staticmap?center="&gt;http://maps.google.com/staticmap?center=&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt; &amp;amp;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_lat&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt; &amp;amp;&lt;BR /&gt; ','&lt;BR /&gt; &amp;amp;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;var_mid_long&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt; &amp;amp;&lt;BR /&gt; '&amp;amp;zoom=$(var_zoom)'&lt;BR /&gt; &amp;amp;&lt;BR /&gt; '&amp;amp;maptype='&amp;amp;&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;var_maptype&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;&lt;BR /&gt; &amp;amp;&lt;BR /&gt; '&amp;amp;size=400x400'&lt;BR /&gt; &amp;amp;&lt;BR /&gt; '&amp;amp;key='&amp;amp;&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt;gmap_key&lt;/SPAN&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New';"&gt; &amp;amp; '.jpg' &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New'; color: #000000;"&gt;I instead need this to do something along the line of:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9pt; font-family: 'Courier New'; color: #000000;"&gt;= MyWebService(var_postcode, var_clientId, var_Channel)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Could someone show me how to acheive this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Many thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN lang="EN-IN" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Jes&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 11:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424294#M567758</guid>
      <dc:creator />
      <dc:date>2012-11-12T11:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Webservice</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424295#M567759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am not sure &lt;/P&gt;&lt;P&gt;you can check below link by lee Mathew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="loading active_link" href="https://community.qlik.com/docs/DOC-3105" title="http://community.qlik.com/docs/DOC-3105"&gt;http://community.qlik.com/docs/DOC-3105&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2012 12:49:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424295#M567759</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-11-12T12:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Webservice</title>
      <link>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424296#M567760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SK C,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response; unfortunately, as I'm developing this solution on the free download version I can't load in the suggested solution.&amp;nbsp; However, I think I might have found a way forward which I will post up here if it pans out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Later,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2012 08:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calling-a-Webservice/m-p/424296#M567760</guid>
      <dc:creator />
      <dc:date>2012-11-14T08:48:56Z</dc:date>
    </item>
  </channel>
</rss>

