<?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>Add several attendees to meeting</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4838856" />
  <subtitle>Add several attendees to meeting</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=4838856</id>
  <updated>2013-05-23T19:27:38Z</updated>
  <dc:date>2013-05-23T19:27:38Z</dc:date>
  <entry>
    <title>RE: Add several attendees to meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10938774" />
    <author>
      <name>Hernan Torrez</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=10938774</id>
    <updated>2013-01-21T16:00:29Z</updated>
    <published>2013-01-21T16:00:29Z</published>
    <summary type="html">[color=#222222]In case someone might need this...[/color][color=#0a1c8b] y[/color][color=#222222]ou can use the following to register multiple attendees in a single request:[/color]
 
[color=#222222][u][/color][/u]

[color=navy]&lt;body&gt;[u][/color][/u]
[color=navy]&lt;bodyContent xsi:type="java:com.webex.xmlapi.service.binding.attendee.CreateMeetingAttendee"&gt;[u][/color][/u]
[color=navy]&lt;person&gt;[u][/color][/u]
[color=navy]&lt;name&gt;James Smith&lt;/name&gt;[u][/color][/u]
[color=navy]&lt;email&gt;[url=mailto:jsmith@acme.com]jsmith@acme.com[/url]&lt;/email&gt;[u][/color][/u]
[color=navy]&lt;/person&gt;[u][/color][/u]
[color=navy]&lt;sessionKey&gt;123456789&lt;/sessionKey&gt;[u][/color][/u]
[color=navy]&lt;joinStatus&gt;ACCEPT&lt;/joinStatus&gt;[u][/color][/u]
[color=navy]&lt;attendees&gt;[u][/color][/u]
[color=navy]&lt;person&gt;[u][/color][/u]
[color=navy]&lt;name&gt;Tim Allen&lt;/name&gt;[u][/color][/u]
[color=navy]&lt;email&gt;[url=mailto:tallen@acme.com]tallen@acme.com[/url]&lt;/email&gt;[u][/color][/u]
[color=navy]&lt;/person&gt;[u][/color][/u]
[color=navy]&lt;sessionKey&gt;123456789&lt;/sessionKey&gt;[u][/color][/u]
[color=navy]&lt;joinStatus&gt;ACCEPT&lt;/joinStatus&gt;[u][/color][/u]
[color=navy]&lt;/attendees&gt;[u][/color][/u]
[color=navy]&lt;attendees&gt;[u][/color][/u]
[color=navy]&lt;person&gt;[u][/color][/u]
[color=navy]&lt;name&gt;Rich Johnson&lt;/name&gt;[u][/color][/u]
[color=navy]&lt;email&gt;[url=mailto:rjohnson@acme.com]rjohnson@acme.com[/url]&lt;/email&gt;[u][/color][/u]
[color=navy]&lt;/person&gt;[u][/color][/u]
[color=navy]&lt;sessionKey&gt;123456789&lt;/sessionKey&gt;[u][/color][/u]
[color=navy]&lt;joinStatus&gt;ACCEPT&lt;/joinStatus&gt;[u][/color][/u]
[color=navy]&lt;/attendees&gt;[u][/color][/u]
[color=navy]&lt;attendees&gt;[u][/color][/u]
[color=navy]&lt;person&gt;[u][/color][/u]
[color=navy]&lt;name&gt;Mary Collins&lt;/name&gt;[u][/color][/u]
[color=navy]&lt;email&gt;[url=mailto:mcollins@acme.com]mcollins@acme.com[/url]&lt;/email&gt;[u][/color][/u]
[color=navy]&lt;/person&gt;[u][/color][/u]
[color=navy]&lt;sessionKey&gt;123456789&lt;/sessionKey&gt;[u][/color][/u]
[color=navy]&lt;joinStatus&gt;ACCEPT&lt;/joinStatus&gt;[u][/color][/u]
[color=navy]&lt;/attendees&gt;[u][/color][/u]
[color=navy]&lt;emailInvitations&gt;TRUE&lt;/emailInvitations&gt;[u][/color][/u]
[color=navy]&lt;/bodyContent&gt;[u][/color][/u]
[color=navy]&lt;/body&gt;[u][/color][/u]
[color=navy]&lt;/serv:message&gt;[/color]</summary>
    <dc:creator>Hernan Torrez</dc:creator>
    <dc:date>2013-01-21T16:00:29Z</dc:date>
  </entry>
  <entry>
    <title>RE: Add several attendees to meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5394839" />
    <author>
      <name>Marvin Thiel</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5394839</id>
    <updated>2012-04-02T15:21:35Z</updated>
    <published>2012-04-02T15:21:35Z</published>
    <summary type="html">Hello.  I am also trying to add more than one attendee to a meeting, and getting the same error.  Does the interface really only allow one attendee to be added at a time?
 
[quote]I'm able to add an individual attendee to a meeting with a XML like this:
 
 
&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;serv:message xmlns:use="http://www.webex.com/schemas/2002/06/service/user" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
  &lt;serv:header&gt;
    &lt;serv:securityContext&gt;
      &lt;use:webExID&gt;***&lt;/use:webExID&gt;
      &lt;use:password&gt;****&lt;/use:password&gt;
      &lt;use:siteID&gt;243585&lt;/use:siteID&gt;
      &lt;use:partnerID&gt;g0webx&lt;/use:partnerID&gt;
    &lt;/serv:securityContext&gt;
  &lt;/serv:header&gt;
  &lt;serv:body&gt;
    &lt;serv:bodyContent xsi:type="att:createMeetingAttendee"&gt;
      &lt;person&gt;
        &lt;name&gt;test&lt;/name&gt;
        &lt;email&gt;test@mail.com&lt;/email&gt;
      &lt;/person&gt;
      &lt;sessionKey&gt;****&lt;/sessionKey&gt;
    &lt;/serv:bodyContent&gt;
  &lt;/serv:body&gt;
&lt;/serv:message&gt;
 
 
Seeing at the XML API reference, it seems to me that I should be able to add several attendees with something like this:
 

&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;serv:message xmlns:use="http://www.webex.com/schemas/2002/06/service/user" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
  &lt;serv:header&gt;
    &lt;serv:securityContext&gt;
      &lt;use:webExID&gt;***&lt;/use:webExID&gt;
      &lt;use:password&gt;****&lt;/use:password&gt;
      &lt;use:siteID&gt;243585&lt;/use:siteID&gt;
      &lt;use:partnerID&gt;g0webx&lt;/use:partnerID&gt;
    &lt;/serv:securityContext&gt;
  &lt;/serv:header&gt;
  &lt;serv:body&gt;
   &lt;serv:bodyContent xsi:type="att:createMeetingAttendee"&gt;
      &lt;att:person /&gt;
      &lt;att:sessionKey&gt;****&lt;/att:sessionKey&gt;
      &lt;att:attendees&gt;
        &lt;att:attendee&gt;
          &lt;att:person&gt;
            &lt;att:name&gt;test1&lt;/att:name&gt;
            &lt;att:email&gt;test1@mail.com&lt;/att:email&gt;
          &lt;/att:person&gt;
          &lt;att:role&gt;ATTENDEE&lt;/att:role&gt;
        &lt;/att:attendee&gt;

        &lt;att:attendee&gt;
          &lt;att:person&gt;
            &lt;att:name&gt;test2&lt;/att:name&gt;
            &lt;att:email&gt;test2@mail.com&lt;/att:email&gt;
          &lt;/att:person&gt;
          &lt;att:role&gt;ATTENDEE&lt;/att:role&gt;
        &lt;/att:attendee&gt;

      &lt;/att:attendees&gt;
    &lt;/serv:bodyContent&gt;
  &lt;/serv:body&gt;
&lt;/serv:message&gt;

 
But I'm receiving this error: [b]"unable to find FieldDescriptor for 'attendee' in ClassDescriptor of attendeeType".[/b]
 
I have tried various other combinations. Is there a way to acomplish this?
 
Thanks[/quote]</summary>
    <dc:creator>Marvin Thiel</dc:creator>
    <dc:date>2012-04-02T15:21:35Z</dc:date>
  </entry>
  <entry>
    <title>Add several attendees to meeting</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4838855" />
    <author>
      <name>Hernan Torrez</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=4838855</id>
    <updated>2011-12-02T21:47:14Z</updated>
    <published>2011-12-02T21:47:14Z</published>
    <summary type="html"> 
I'm able to add an individual attendee to a meeting with a XML like this:
 
 
&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;serv:message xmlns:use="http://www.webex.com/schemas/2002/06/service/user" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
  &lt;serv:header&gt;
    &lt;serv:securityContext&gt;
      &lt;use:webExID&gt;***&lt;/use:webExID&gt;
      &lt;use:password&gt;****&lt;/use:password&gt;
      &lt;use:siteID&gt;243585&lt;/use:siteID&gt;
      &lt;use:partnerID&gt;g0webx&lt;/use:partnerID&gt;
    &lt;/serv:securityContext&gt;
  &lt;/serv:header&gt;
  &lt;serv:body&gt;
    &lt;serv:bodyContent xsi:type="att:createMeetingAttendee"&gt;
      &lt;person&gt;
        &lt;name&gt;test&lt;/name&gt;
        &lt;email&gt;test@mail.com&lt;/email&gt;
      &lt;/person&gt;
      &lt;sessionKey&gt;****&lt;/sessionKey&gt;
    &lt;/serv:bodyContent&gt;
  &lt;/serv:body&gt;
&lt;/serv:message&gt;
 
 
Seeing at the XML API reference, it seems to me that I should be able to add several attendees with something like this:
 

&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;serv:message xmlns:use="http://www.webex.com/schemas/2002/06/service/user" xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee" xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
  &lt;serv:header&gt;
    &lt;serv:securityContext&gt;
      &lt;use:webExID&gt;***&lt;/use:webExID&gt;
      &lt;use:password&gt;****&lt;/use:password&gt;
      &lt;use:siteID&gt;243585&lt;/use:siteID&gt;
      &lt;use:partnerID&gt;g0webx&lt;/use:partnerID&gt;
    &lt;/serv:securityContext&gt;
  &lt;/serv:header&gt;
  &lt;serv:body&gt;
   &lt;serv:bodyContent xsi:type="att:createMeetingAttendee"&gt;
      &lt;att:person /&gt;
      &lt;att:sessionKey&gt;****&lt;/att:sessionKey&gt;
      &lt;att:attendees&gt;
        &lt;att:attendee&gt;
          &lt;att:person&gt;
            &lt;att:name&gt;test1&lt;/att:name&gt;
            &lt;att:email&gt;test1@mail.com&lt;/att:email&gt;
          &lt;/att:person&gt;
          &lt;att:role&gt;ATTENDEE&lt;/att:role&gt;
        &lt;/att:attendee&gt;

        &lt;att:attendee&gt;
          &lt;att:person&gt;
            &lt;att:name&gt;test2&lt;/att:name&gt;
            &lt;att:email&gt;test2@mail.com&lt;/att:email&gt;
          &lt;/att:person&gt;
          &lt;att:role&gt;ATTENDEE&lt;/att:role&gt;
        &lt;/att:attendee&gt;

      &lt;/att:attendees&gt;
    &lt;/serv:bodyContent&gt;
  &lt;/serv:body&gt;
&lt;/serv:message&gt;

 
But I'm receiving this error: [b]"unable to find FieldDescriptor for 'attendee' in ClassDescriptor of attendeeType".[/b]
 
I have tried various other combinations. Is there a way to acomplish this?
 
Thanks</summary>
    <dc:creator>Hernan Torrez</dc:creator>
    <dc:date>2011-12-02T21:47:14Z</dc:date>
  </entry>
</feed>

