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

GetJoinURLMeeting not including session password invalidMeetingKeyOrPassword

kellyleaviitt
Level 1
Level 1

I use the following XML to create the URL for a meeting. However, if I follow the generated URL it errors with

AT=JM&ST=FAIL&RS=InvalidMeetingKeyOrPassword&MK=476191764

 

Here's the Sanitized XML

 

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>XXXXXXXXXX</webExID>
<password>YYYYYYYYYY</password>
<siteID>NNNNNNNN</siteID>
<partnerID>********</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.GetjoinurlMeeting">
<sessionKey>476191764</sessionKey>
<meetingPW>lion</meetingPW>
<RegID>729387</RegID>
<attendeeName>Kelly Leavitt</attendeeName>
</bodyContent>
</body>
</serv:message>

0 Replies 0