<?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>Webex XML API error 110051</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5716436" />
  <subtitle>Webex XML API error 110051</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=5716436</id>
  <updated>2013-05-24T12:32:45Z</updated>
  <dc:date>2013-05-24T12:32:45Z</dc:date>
  <entry>
    <title>Webex XML API error 110051</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5716435" />
    <author>
      <name>Andrew Aylward</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=5716435</id>
    <updated>2012-05-22T18:51:39Z</updated>
    <published>2012-05-11T17:56:51Z</published>
    <summary type="html">Hello, 
 
I am working on an integration with Webex Event Center, and I recently came across this exception:

[b]110051: Self registration is not supported by this service type or current meeting. [/b]

https://{domain}.webex.com/WBXService/XMLService 200
&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
&lt;header&gt;
    &lt;securityContext&gt;
    &lt;webExID&gt;{webex_id}&lt;/webExID&gt;
    &lt;password&gt;{webex_password}&lt;/password&gt;
    &lt;siteName&gt;{domain}&lt;/siteName&gt;
    &lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type= "java:com.webex.service.binding.attendee.RegisterMeetingAttendee"&gt;&lt;attendees&gt;...&lt;/attendees&gt;&lt;/bodyContent&gt;
&lt;/body&gt;
&lt;/serv:message&gt;
 

Has anyone seen this error? I cannot find any information about it in the available XML API documentation.
 
Thanks for your time,
 
Andrew Aylward
 
 
UPDATE: I have found a manual way around this, but it really just raises more questions than it answers. To register people for this event, I go into the webex interface, edit the event, and make registration required. Once I have done this, I am able to sync registrants to the event via the API with no problem. The curious part is that I can then go back to the webex interface and make registration NOT required again, and the event registrants still sync with no issues. It's very strange.</summary>
    <dc:creator>Andrew Aylward</dc:creator>
    <dc:date>2012-05-11T17:56:51Z</dc:date>
  </entry>
</feed>

