01-30-2017 10:28 PM
What is the webex xml api to get training session url?
Solved! Go to Solution.
02-01-2017 09:52 AM
GetjoinurlMeeting will work for Training Center also..
<?xml version="1.0" encoding="UTF-8"?>
<serv:messagexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>HOST_USERNAME</webExID>
<password>PASSWORD</password>
<siteName>SITENAME</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.GetjoinurlMeeting">
<sessionKey>SESSION_NUMBER_OR_MEETING_NUMBER</sessionKey>
<attendeeName>PARTICIPANT NAME</attendeeName>
<attendeeEmail>participant@example.com</attendeeEmail>
<meetingPW>MEETING_PASSWORD</meetingPW>
</bodyContent>
</body>
</serv:message>
02-01-2017 09:52 AM
GetjoinurlMeeting will work for Training Center also..
<?xml version="1.0" encoding="UTF-8"?>
<serv:messagexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>HOST_USERNAME</webExID>
<password>PASSWORD</password>
<siteName>SITENAME</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.GetjoinurlMeeting">
<sessionKey>SESSION_NUMBER_OR_MEETING_NUMBER</sessionKey>
<attendeeName>PARTICIPANT NAME</attendeeName>
<attendeeEmail>participant@example.com</attendeeEmail>
<meetingPW>MEETING_PASSWORD</meetingPW>
</bodyContent>
</body>
</serv:message>
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide