<?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: Invalide Call with GetWebTicket with PHP app in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Invalide-Call-with-GetWebTicket-with-PHP-app/m-p/1205740#M1236988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea ? I've seen a lot of people with the same issue but without any answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Oct 2016 09:16:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-21T09:16:35Z</dc:date>
    <item>
      <title>Invalide Call with GetWebTicket with PHP app</title>
      <link>https://community.qlik.com/t5/QlikView/Invalide-Call-with-GetWebTicket-with-PHP-app/m-p/1205739#M1236987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;Hello,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;I'm devloping a web portal that needs to get access a QlickView Server. I am trying to get a webTicket as shown in the QlickView example with PHP. However I got a "Invalid call" when i try to get this webTicket.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;This server got a white list and the portal is allowed to access it.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;This portal is on the same server than an other portal that got access to QlickView but this other one is develop with Java, that means the server got the right config.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;The server is on a IIS server and it's a QV11.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="ConfigServQV.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/141224_ConfigServQV.png" style="height: 362px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Am i right to think the issu comes from my code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14768870509139536" jivemacro_uid="_14768870509139536" modifiedtitle="true"&gt;
&lt;P&gt;&lt;SPAN&gt;define('URL', '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://" rel="nofollow" target="_blank"&gt;http://&lt;/A&gt;&lt;SPAN&gt;' . $server . ':80/QvAJAXZfc/GetWebTicket.aspx');&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;$proxy = 'XX.XX.XX.XX:3128';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;//I generate this line &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;$xml ='&amp;lt;?xml version="1.0"?&amp;gt;&amp;lt;Global method="GetWebTicket"&amp;gt;&amp;lt;UserId&amp;gt;user&amp;lt;/UserId&amp;gt;&amp;lt;/Global&amp;gt;'&lt;SPAN style="font-size: 9pt;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; $ch = curl_init();&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl_setopt($ch, CURLOPT_URL, URL);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl_setopt($ch, CURLOPT_PROXY, $proxy);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; curl_setopt($ch, CURLOPT_POSTFIELDS, $xmldata);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; //Request ticket&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; $ticket = curl_exec($ch);&lt;/P&gt;






&lt;/PRE&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;then i got : &amp;lt;result&amp;gt;&amp;lt;message text="Invalid call" /&amp;gt;&amp;lt;/result&amp;gt; instead of : &amp;lt;_retval_&amp;gt;ticket&amp;lt;/_retval_&amp;gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;I don't know what is wrong with this code.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; text-align: justify;"&gt;Thanks for helping me out.&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/Invalide-Call-with-GetWebTicket-with-PHP-app/m-p/1205739#M1236987</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Invalide Call with GetWebTicket with PHP app</title>
      <link>https://community.qlik.com/t5/QlikView/Invalide-Call-with-GetWebTicket-with-PHP-app/m-p/1205740#M1236988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea ? I've seen a lot of people with the same issue but without any answer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 09:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Invalide-Call-with-GetWebTicket-with-PHP-app/m-p/1205740#M1236988</guid>
      <dc:creator />
      <dc:date>2016-10-21T09:16:35Z</dc:date>
    </item>
  </channel>
</rss>

