<?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: Generate a user specific SMSESSION cookie calling a WebService in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316743#M408687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you cleared the issue, post the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Aug 2018 12:09:45 GMT</pubDate>
    <dc:creator>BalaBhaskar_Qlik</dc:creator>
    <dc:date>2018-08-19T12:09:45Z</dc:date>
    <item>
      <title>Generate a user specific SMSESSION cookie calling a WebService</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316741#M408685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From QlikView, wanted to call a Web Service that would pass on the User ID dynamically and generate a SMSESSION every time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need to pass a URL like this below that needs a Header and API Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14.0pt; text-decoration: underline;"&gt;Generate JWT HTTP Request:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://iri1lvu09j.execute-api.us-east-1.amazonaws.com/oe_stage/api/v1/token-generator/generate?user=" rel="nofollow" target="_blank"&gt;https://iri1lvu09j.execute-api.us-east-1.amazonaws.com/oe_stage/api/v1/token-generator/generate?user=&lt;/A&gt;&lt;SPAN style="background: yellow;"&gt;user’s login id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Headers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sm-session: &lt;SPAN style="background: yellow;"&gt;User’s SM Session token&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;x-api-key: &lt;SPAN style="background: yellow;"&gt;Qlik API Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Went through other links Web Service calling to generate XML -&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-18147"&gt;How to read Amazon S3 files - approach #1 - Web File&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-18234#comment-59472" title="https://community.qlik.com/docs/DOC-18234#comment-59472"&gt;https://community.qlik.com/docs/DOC-18234#comment-59472&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-3105"&gt;Call a web service via SOAP, HTTP Get or HTTP Post&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the above links, similarly wanted to proceed with some solution. Any possible help/ideas please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Apr 2017 16:02:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316741#M408685</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2017-04-25T16:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a user specific SMSESSION cookie calling a WebService</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316742#M408686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;To simplify more -&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Fetch the SMSESSION cookie from the login browser (may be using a Macro). Store in variable or notepad.&lt;/LI&gt;&lt;LI&gt;Use this SMSESSION as one of the header input and X-API-KEY as another input to call the URL (HTTP Request)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;GET &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://iri1lvu09j.execute-api.us-east-1.amazonaws.com/oe_stage/api/v1/token-generator/generate?user=" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://iri1lvu09j.execute-api.us-east-1.amazonaws.com/oe_stage/api/v1/token-generator/generate?user=&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000; background-color: yellow;"&gt;user’s login id&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Create the Cart by calling the URL – &lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;POST &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://dzrsa753r1.execute-api.us-east-1.amazonaws.com/oe_stage/pd/ecom/v1/carts" rel="nofollow" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;" target="_blank"&gt;https://dzrsa753r1.execute-api.us-east-1.amazonaws.com/oe_stage/pd/ecom/v1/carts&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Here are the inputs – &lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; Authorization – JWT Token&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; X-API-KEY - Qlik API Key&lt;/LI&gt;&lt;/UL&gt;&lt;P style="font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000; text-indent: 36pt;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;Content-Type: application/json&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000; text-indent: 36pt;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000; text-indent: 36pt;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;User – User’s Log in id&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0 2pt 36pt; font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 2pt 0 2pt 36pt; font-size: 16px; font-family: Calibri, Arial, Helvetica, sans-serif, serif, EmojiFont; color: #000000;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;UUID -&amp;nbsp; cb6d61da-1eb4-4827-bc32-fb2a71f15f8b (It is just a unique transaction tracking identifier.&amp;nbsp; We can use whatever you want to generate it and can be any format.&amp;nbsp; It will be part of the API logs we can find it in Splunk. It should be unique per request.&amp;nbsp; It will accept the same one on multiple calls and does not do duplicate checking.)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 19:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316742#M408686</guid>
      <dc:creator>dmohanty</dc:creator>
      <dc:date>2017-05-01T19:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Generate a user specific SMSESSION cookie calling a WebService</title>
      <link>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316743#M408687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you cleared the issue, post the solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2018 12:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generate-a-user-specific-SMSESSION-cookie-calling-a-WebService/m-p/1316743#M408687</guid>
      <dc:creator>BalaBhaskar_Qlik</dc:creator>
      <dc:date>2018-08-19T12:09:45Z</dc:date>
    </item>
  </channel>
</rss>

