cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
96
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Yasar Arafath on 09-07-2013 04:31:27 AM
Hi All,
          Am use the following code for register attendee

<attendees>
<person>
<name>
Yasar Arafath
</name>
<email>
EMAIL
</email>
 <type>
VISITOR
</type>
</person>
<joinStatus>
REGISTER
</joinStatus>
<role>ATTENDEE
</role>
<emailInvitations>
true
</emailInvitations>

<sessionKey>
699348839
</sessionKey>
</attendees>


After i got

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee">
<serv:header><serv:response><serv:result>SUCCESS
</serv:result><serv:gsbStatus>PRIMARY
</serv:gsbStatus></serv:response>
</serv:header><serv:body>
<serv:bodyContent xsi:type="att:registerMeetingAttendeeResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema instance">
<att:register>
<att:attendeeID>
38334982
</att:attendeeID>
</att:register>
</serv:bodyContent>
</serv:body>
</serv:message>


But Email not send to register attendee.

Regard's
Yasar.
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links