Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to Meeting Listings

can't join the meeting

Combination View Flat View Tree View
Threads [ Previous | Next ]
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

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

Hi Kingsley,
You solved my problem. You are the best.
 
Thanks,
Xin

can't join the meeting
webex webex api
Answer
6/19/12 6:48 AM as a reply to Kingsley Lewis.
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...
 

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.