<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Can't create meeting attendee</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829021" />
  <subtitle>Can't create meeting attendee</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4829021</id>
  <updated>2013-05-22T08:55:31Z</updated>
  <dc:date>2013-05-22T08:55:31Z</dc:date>
  <entry>
    <title>can't join the meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5886068" />
    <author>
      <name>shumailaIslam (simulated)</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5886068</id>
    <updated>2012-06-19T06:48:15Z</updated>
    <published>2012-06-19T06:48:15Z</published>
    <summary type="html">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...
 </summary>
    <dc:creator>shumailaIslam (simulated)</dc:creator>
    <dc:date>2012-06-19T06:48:15Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't create meeting attendee</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829026" />
    <author>
      <name>Xin Zhang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829026</id>
    <updated>2010-08-05T20:07:31Z</updated>
    <published>2010-08-05T20:07:31Z</published>
    <summary type="html">Hi Kingsley,
You solved my problem. You are the best.
 
Thanks,
Xin</summary>
    <dc:creator>Xin Zhang</dc:creator>
    <dc:date>2010-08-05T20:07:31Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't create meeting attendee</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829024" />
    <author>
      <name>Kingsley Lewis</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829024</id>
    <updated>2010-08-05T03:47:58Z</updated>
    <published>2010-08-05T03:47:58Z</published>
    <summary type="html">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</summary>
    <dc:creator>Kingsley Lewis</dc:creator>
    <dc:date>2010-08-05T03:47:58Z</dc:date>
  </entry>
  <entry>
    <title>Can't create meeting attendee</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829020" />
    <author>
      <name>Xin Zhang</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4829020</id>
    <updated>2010-08-04T03:17:28Z</updated>
    <published>2010-08-04T03:17:28Z</published>
    <summary type="html">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.
 
[color=#0000ff]&lt;?xml version="1.0"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;hostid[/color]&lt;/webExID&gt;
&lt;password&gt;[color=#ff0000]hostpassword[/color]&lt;/password&gt;
&lt;siteID&gt;243585&lt;/siteID&gt;
&lt;partnerID&gt;g0webx!&lt;/partnerID&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type=
"java:com.webex.service.binding.meeting.LstsummaryMeeting"&gt;
[color=#0000ff]&lt;listControl&gt;
&lt;startFrom&gt;1&lt;/startFrom&gt;
&lt;maximumNum&gt;10&lt;/maximumNum&gt;
&lt;listMethod&gt;OR&lt;/listMethod&gt;
&lt;/listControl&gt;
&lt;order&gt;
&lt;orderBy&gt;HOSTWEBEXID&lt;/orderBy&gt;
&lt;orderAD&gt;ASC&lt;/orderAD&gt;
&lt;orderBy&gt;CONFNAME&lt;/orderBy&gt;
&lt;orderAD&gt;ASC&lt;/orderAD&gt;
&lt;orderBy&gt;STARTTIME&lt;/orderBy&gt;
&lt;orderAD&gt;ASC&lt;/orderAD&gt;
&lt;/order&gt;
&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;[/color]
 
The response xml is as followed.
 
[color=#0000ff]&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;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"&gt;
    &lt;serv:header&gt;
        &lt;serv:response&gt;
            &lt;serv:result&gt;SUCCESS&lt;/serv:result&gt;
            &lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;
        &lt;/serv:response&gt;
    &lt;/serv:header&gt;
    &lt;serv:body&gt;
        &lt;serv:bodyContent xsi:type = "meet:lstsummaryMeetingResponse" xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"&gt;
            &lt;meet:meeting&gt;
                &lt;meet:meetingKey&gt;695982717&lt;/meet:meetingKey&gt;
                &lt;meet:confName&gt;Sample Meeting&lt;/meet:confName&gt;
                &lt;meet:meetingType&gt;105&lt;/meet:meetingType&gt;
                &lt;meet:hostWebExID&gt;[/color][color=#0000ff]hostid[/color][color=#0000ff]&lt;/meet:hostWebExID&gt;
                &lt;meet:otherHostWebExID&gt;[/color][color=#0000ff]hostid[/color][color=#0000ff]&lt;/meet:otherHostWebExID&gt;
                &lt;meet:timeZoneID&gt;4&lt;/meet:timeZoneID&gt;
                &lt;meet:timeZone&gt;GMT-07:00, Pacific (San Francisco)&lt;/meet:timeZone&gt;
                &lt;meet:status&gt;NOT_INPROGRESS&lt;/meet:status&gt;
                &lt;meet:startDate&gt;08/31/2010 10:10:10&lt;/meet:startDate&gt;
                &lt;meet:duration&gt;20&lt;/meet:duration&gt;
                &lt;meet:listStatus&gt;UNLISTED&lt;/meet:listStatus&gt;
                &lt;meet:hostJoined&gt;false&lt;/meet:hostJoined&gt;
                &lt;meet:participantsJoined&gt;false&lt;/meet:participantsJoined&gt;
            &lt;/meet:meeting&gt;
            &lt;meet:matchingRecords&gt;
                &lt;serv:total&gt;1&lt;/serv:total&gt;
                &lt;serv:returned&gt;1&lt;/serv:returned&gt;
                &lt;serv:startFrom&gt;1&lt;/serv:startFrom&gt;
            &lt;/meet:matchingRecords&gt;
        &lt;/serv:bodyContent&gt;
    &lt;/serv:body&gt;
&lt;/serv:message&gt;[/color]
 
[color=#0000ff]And then I tried to create meeting attendee using the code below.[/color]
 
[color=#0000ff]&lt;?xml version="1.0"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;hostid[/color]&lt;/webExID&gt;

&lt;password&gt;[color=#ff0000]hostpassword[/color]&lt;/password&gt;

&lt;siteID&gt;243585&lt;/siteID&gt;

&lt;partnerID&gt;g0webx!&lt;/partnerID&gt;[color=#0000ff]
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type=
"java:com.webex.service.binding.attendee.CreateMeetingAttendee"&gt;
&lt;person&gt;
&lt;name&gt;alterhost&lt;/name&gt;
&lt;address&gt;
&lt;addressType&gt;PERSONAL&lt;/addressType&gt;
&lt;/address&gt;
&lt;email&gt;host1@test.com&lt;/email&gt;
&lt;type&gt;MEMBER&lt;/type&gt;
&lt;/person&gt;
&lt;role&gt;[/color][color=#0000ff]ATTENDEE[/color][color=#0000ff]&lt;/role&gt;
&lt;meetingKey&gt;695982717&lt;/meetingKey&gt;
&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;[/color]
 
[color=#000000]But the respons xml had error message.[/color]
 
[color=#000000]&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;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"&gt;
    &lt;serv:header&gt;
        &lt;serv:response&gt;
            &lt;serv:result&gt;FAILURE&lt;/serv:result&gt;
            &lt;serv:reason&gt;No corresponding WebexID found&lt;/serv:reason&gt;
            &lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;
            &lt;serv:exceptionID&gt;040006&lt;/serv:exceptionID&gt;
        &lt;/serv:response&gt;
    &lt;/serv:header&gt;
    &lt;serv:body&gt;
        &lt;serv:bodyContent/&gt;
    &lt;/serv:body&gt;
&lt;/serv:message&gt;[/color]

 
[color=#000000]The WebExID and password in red are our own account.They are consistent in the two files above.
[/color]
 
[color=#000000]Could you take a loot at this issue?[/color]
 
[color=#000000]Thanks,[/color]
[color=#000000]Xin
[/color]</summary>
    <dc:creator>Xin Zhang</dc:creator>
    <dc:date>2010-08-04T03:17:28Z</dc:date>
  </entry>
</feed>

