cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
594
Views
0
Helpful
1
Replies

Not a valid session ticket

jromaccent
Level 1
Level 1

Hi, I am trying out the WebEx XML API; however, I am getting "Not a valid session ticket" when trying to use the session ticket that I got from the getLoginTicket.

Am I using it right? Based from my understanding the session ticket can substitute for a password.


I used the session ticket to call the createmeeting method.

Here is my request XML.

<?xml version=\"1.0\" encoding=\"utf-8\"?><serv:message xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:com=\"http://www.webex.com/schemas/2002/06/common\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:att=\"http://www.webex.com/schemas/2002/06/service/attendee\" xmlns:meet=\"http://www.webex.com/schemas/2002/06/service/meeting\" xmlns:serv=\"http://www.webex.com/schemas/2002/06/service\"><serv:header>

<serv:securityContext>

<com:webExID>jromaccent</com:webExID>

<com:siteID>690319</com:siteID>

<com:partnerID>g0webx!</com:partnerID><com:sessionTicket>d9e982216095f71ac0f13d5a6e01ffe72c85896f2cb6c2453280c57f4ca72ddb</com:sessionTicket>

</serv:securityContext>

</serv:header>

<serv:body>

<serv:bodyContent xsi:type=\"meet:createMeeting\">

<meet:metaData><meet:confName>Liz McChrystal's Meeting</meet:confName></meet:metaData><meet:participants><meet:attendees><meet:attendee><att:person><com:firstName>Jason</com:firstName><com:lastName>Rom</com:lastName><com:email>jrom@accent-technologies.com</com:email></

att:person><att:joinStatus>INVITE</att:joinStatus><att:emailInvitations>true</att:emailInvitations></meet:attendee></meet:attendees></meet:participants><meet:enableOptions><meet:chat>true</meet:chat><meet:poll>true</meet:poll><meet:audioVideo>true</meet:audioVideo></meet:enableOptions><meet:schedule><meet:startDate>10/09/2015 12:55:05</meet:startDate></meet:schedule>

</serv:bodyContent>

</serv:body>

</serv:message>

1 Reply 1

nmorrow
Cisco Employee
Cisco Employee

Hello,

     GetLoginTicket is specific to the URL API login request, p.php?AT=LI. sessionTicket is specific to SAML authentication.