<?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: Can't retrieve session ticket in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4592060#M638</link>
    <description>&lt;P&gt;Hey Antonio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have both flavors, please refer to this example&amp;nbsp;&lt;A href="https://community.cisco.com/t5/blogs/agenda-una-reunion-con-api-rest-de-webex/ba-p/4579777" target="_blank"&gt;https://community.cisco.com/t5/blogs/agenda-una-reunion-con-api-rest-de-webex/ba-p/4579777&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 18:03:08 GMT</pubDate>
    <dc:creator>Helmut Heise</dc:creator>
    <dc:date>2022-04-13T18:03:08Z</dc:date>
    <item>
      <title>Can't retrieve session ticket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4590543#M613</link>
      <description>&lt;P&gt;I have tried posting the following to &lt;SPAN&gt;&lt;A href="https://api.webex.com/WBXService/XMLService" target="_blank" rel="noopener"&gt;https://api.webex.com/WBXService/XMLService&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;serv:message xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="noopener"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;header&amp;gt;&lt;BR /&gt;&amp;lt;securityContext&amp;gt;&lt;BR /&gt;&amp;lt;siteName&amp;gt;{{site_name}}&amp;lt;/siteName&amp;gt;&lt;BR /&gt;&amp;lt;email&amp;gt;does-not-matter&amp;lt;/email&amp;gt;&lt;BR /&gt;&amp;lt;/securityContext&amp;gt;&lt;BR /&gt;&amp;lt;/header&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser"&amp;gt;&lt;BR /&gt;&amp;lt;accessToken&amp;gt;{{auth_token}}&amp;lt;/accessToken&amp;gt;&lt;BR /&gt;&amp;lt;/bodyContent&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and this variant:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;serv:message xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="noopener"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;header&amp;gt;&lt;BR /&gt;&amp;lt;securityContext&amp;gt;&lt;BR /&gt;&amp;lt;siteName&amp;gt;{{site_name}}&amp;lt;/siteName&amp;gt;&lt;BR /&gt;&amp;lt;webExID&amp;gt;{{webex_id}}&amp;lt;/webExID&amp;gt;&lt;BR /&gt;&amp;lt;/securityContext&amp;gt;&lt;BR /&gt;&amp;lt;/header&amp;gt;&lt;BR /&gt;&amp;lt;body&amp;gt;&lt;BR /&gt;&amp;lt;bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser"&amp;gt;&lt;BR /&gt;&amp;lt;accessToken&amp;gt;{{auth_token}}&amp;lt;/accessToken&amp;gt;&lt;BR /&gt;&amp;lt;/bodyContent&amp;gt;&lt;BR /&gt;&amp;lt;/body&amp;gt;&lt;BR /&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where site_name is a linked webex site and webEx_id is the admin email minus the @ domain portion.&lt;/P&gt;&lt;P&gt;All fail.&amp;nbsp; I am using our auth token we use for control hub REST requests and have tried 3 different site names that are inked to control hub.&amp;nbsp; All fail with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;serv:message xmlns:serv="&lt;A href="http://www.webex.com/schemas/2002/06/service" target="_blank" rel="noopener"&gt;http://www.webex.com/schemas/2002/06/service&lt;/A&gt;" xmlns:com="&lt;A href="http://www.webex.com/schemas/2002/06/common" target="_blank" rel="noopener"&gt;http://www.webex.com/schemas/2002/06/common&lt;/A&gt;" xmlns:use="&lt;A href="http://www.webex.com/schemas/2002/06/service/user" target="_blank" rel="noopener"&gt;http://www.webex.com/schemas/2002/06/service/user&lt;/A&gt;"&amp;gt;&lt;BR /&gt;&amp;lt;serv:header&amp;gt;&lt;BR /&gt;&amp;lt;serv:response&amp;gt;&lt;BR /&gt;&amp;lt;serv:result&amp;gt;FAILURE&amp;lt;/serv:result&amp;gt;&lt;BR /&gt;&amp;lt;serv:reason&amp;gt;Authentication Server can't generate a valid session ticket&amp;lt;/serv:reason&amp;gt;&lt;BR /&gt;&amp;lt;serv:gsbStatus&amp;gt;PRIMARY&amp;lt;/serv:gsbStatus&amp;gt;&lt;BR /&gt;&amp;lt;serv:exceptionID&amp;gt;030048&amp;lt;/serv:exceptionID&amp;gt;&lt;BR /&gt;&amp;lt;serv:subErrors&amp;gt;&lt;BR /&gt;&amp;lt;serv:subError&amp;gt;&lt;BR /&gt;&amp;lt;serv:exceptionID&amp;gt;AS0001&amp;lt;/serv:exceptionID&amp;gt;&lt;BR /&gt;&amp;lt;serv:reason&amp;gt;authentication service error&amp;lt;/serv:reason&amp;gt;&lt;BR /&gt;&amp;lt;serv:value&amp;gt;&amp;lt;/serv:value&amp;gt;&lt;BR /&gt;&amp;lt;/serv:subError&amp;gt;&lt;BR /&gt;&amp;lt;/serv:subErrors&amp;gt;&lt;BR /&gt;&amp;lt;/serv:response&amp;gt;&lt;BR /&gt;&amp;lt;/serv:header&amp;gt;&lt;BR /&gt;&amp;lt;serv:body&amp;gt;&lt;BR /&gt;&amp;lt;serv:bodyContent/&amp;gt;&lt;BR /&gt;&amp;lt;/serv:body&amp;gt;&lt;BR /&gt;&amp;lt;/serv:message&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to get a session ticket to make XML Meeting API requests.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 21:24:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4590543#M613</guid>
      <dc:creator>charles.box</dc:creator>
      <dc:date>2022-04-11T21:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't retrieve session ticket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591246#M614</link>
      <description>&lt;P&gt;hey Charles, not sure why your XML is not working but have you tried with the json way?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 21:16:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591246#M614</guid>
      <dc:creator>Helmut Heise</dc:creator>
      <dc:date>2022-04-12T21:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't retrieve session ticket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591921#M632</link>
      <description>&lt;P&gt;A support ticket was opened for this as well and the issue turned out to be an invalid/expired access token was being used.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:41:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591921#M632</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-04-13T14:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't retrieve session ticket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591933#M634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/200472"&gt;@Helmut Heise&lt;/a&gt;&amp;nbsp;, as far as I know Webex XML API only accepts XML as datatype. is that no longer the case?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:59:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4591933#M634</guid>
      <dc:creator>Antonio Oliveira</dc:creator>
      <dc:date>2022-04-13T14:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't retrieve session ticket</title>
      <link>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4592060#M638</link>
      <description>&lt;P&gt;Hey Antonio,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we have both flavors, please refer to this example&amp;nbsp;&lt;A href="https://community.cisco.com/t5/blogs/agenda-una-reunion-con-api-rest-de-webex/ba-p/4579777" target="_blank"&gt;https://community.cisco.com/t5/blogs/agenda-una-reunion-con-api-rest-de-webex/ba-p/4579777&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 18:03:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/can-t-retrieve-session-ticket/m-p/4592060#M638</guid>
      <dc:creator>Helmut Heise</dc:creator>
      <dc:date>2022-04-13T18:03:08Z</dc:date>
    </item>
  </channel>
</rss>

