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

Created by: Xin Zhang on 03-08-2010 10:17:28 PM
Hi,
 
I can get the meetingkey using meeting.LstsummaryMeeting API. But I can't create meeting attendee for the same meeting key.
 
Below is the code of LstsummaryMeeting.
 
<?xml version="1.0"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>hostid
</webExID>
<password>hostpassword</password>
<siteID>243585</siteID>
<partnerID>g0webx!</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type=
"java:com.webex.service.binding.meeting.LstsummaryMeeting">
<listControl>
<startFrom>1</startFrom>
<maximumNum>10</maximumNum>
<listMethod>OR</listMethod>
</listControl>
<order>
<orderBy>HOSTWEBEXID</orderBy>
<orderAD>ASC</orderAD>
<orderBy>CONFNAME</orderBy>
<orderAD>ASC</orderAD>
<orderBy>STARTTIME</orderBy>
<orderAD>ASC</orderAD>
</order>
</bodyContent>
</body>
</serv:message>

 
The response xml is as followed.
 
<?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:meet = "http://www.webex.com/schemas/2002/06/service/meeting"
    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 = "meet:lstsummaryMeetingResponse" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance">
            <meet:meeting>
                <meet:meetingKey>695982717</meet:meetingKey>
                <meet:confName>Sample Meeting</meet:confName>
                <meet:meetingType>105</meet:meetingType>
                <meet:hostWebExID>
hostid</meet:hostWebExID>
                <meet:otherHostWebExID>
hostid</meet:otherHostWebExID>
                <meet:timeZoneID>4</meet:timeZoneID>
                <meet:timeZone>GMT-07:00, Pacific (San Francisco)</meet:timeZone>
                <meet:status>NOT_INPROGRESS</meet:status>
                <meet:startDate>08/31/2010 10:10:10</meet:startDate>
                <meet:duration>20</meet:duration>
                <meet:listStatus>UNLISTED</meet:listStatus>
                <meet:hostJoined>false</meet:hostJoined>
                <meet:participantsJoined>false</meet:participantsJoined>
            </meet:meeting>
            <meet:matchingRecords>
                <serv:total>1</serv:total>
                <serv:returned>1</serv:returned>
                <serv:startFrom>1</serv:startFrom>
            </meet:matchingRecords>
        </serv:bodyContent>
    </serv:body>
</serv:message>

 
And then I tried to create meeting attendee using the code below.
 
<?xml version="1.0"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>hostid
</webExID>

<password>hostpassword</password>

<siteID>243585</siteID>

<partnerID>g0webx!</partnerID>
</securityContext>
</header>
<body>
<bodyContent xsi:type=
"java:com.webex.service.binding.attendee.CreateMeetingAttendee">
<person>
<name>alterhost</name>
<address>
<addressType>PERSONAL</addressType>
</address>
<email>host1@test.com</email>
<type>MEMBER</type>
</person>
<role>
ATTENDEE</role>
<meetingKey>695982717</meetingKey>
</bodyContent>
</body>
</serv:message>

 
But the respons xml had error message.
 
<?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>FAILURE</serv:result>
            <serv:reason>No corresponding WebexID found</serv:reason>
            <serv:gsbStatus>PRIMARY</serv:gsbStatus>
            <serv:exceptionID>040006</serv:exceptionID>
        </serv:response>
    </serv:header>
    <serv:body>
        <serv:bodyContent/>
    </serv:body>
</serv:message>


 
The WebExID and password in red are our own account.They are consistent in the two files above.

 
Could you take a loot at this issue?
 
Thanks,
Xin


Subject: RE: Can't create meeting attendee
Replied by: Kingsley Lewis on 04-08-2010 10:47:58 PM
Hi Xin,
 
Remove the type = MEMBER tag or change it to VISITOR.  This tag is indicating that the user has an account on the WebEx site.
 
Thank you
-Kingsley Lewis

Subject: RE: Can't create meeting attendee
Replied by: Xin Zhang on 05-08-2010 03:07:31 PM
Hi Kingsley,
You solved my problem. You are the best.
 
Thanks,
Xin

Subject: can't join the meeting
Replied by: shumailaIslam (simulated) on 19-06-2012 01:48:15 AM
Hi
i am working in webex i created a url of registration in event its work i want to create a url which register the  Attendees n directly join the event after the register.I gave joint event command in bu of registration command its doesnot work...
please guide me...
 
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