<?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>User Management</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=4828392" />
  <subtitle>Discuss using XML and URL APIs to provision and manage user host accounts</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_category?p_l_id=&amp;mbCategoryId=4828392</id>
  <updated>2013-05-25T19:43:00Z</updated>
  <dc:date>2013-05-25T19:43:00Z</dc:date>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335734" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15335734</id>
    <updated>2013-05-16T16:37:37Z</updated>
    <published>2013-05-16T16:37:37Z</published>
    <summary type="html">On the code samples page of this portal, there is a link on the right side of the page to an XML debug html file that allows you to submit a raw XML request and see the response. The response you are getting appears to be an issue with how your code handles the character encoding or some other code issue.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-16T16:37:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15328896" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15328896</id>
    <updated>2013-05-16T13:22:33Z</updated>
    <published>2013-05-16T13:22:33Z</published>
    <summary type="html">Hi Nathan,
Thanks! for the Reply
I did try as suggested to access the GetSitr API, but i am getting response in Junk Values like below 
"?c???????????????????????????????????????????????????????????????????????????????????" 
I am able to succesfully get response from API GetUser, CreateMeeting, GethosturlMeeting and LstsummaryMeeting API from my C++ aplication. I am not able to get API GetSite and lstTimeZone working.
I am currently using "xml_api_5 9.pdf" document as my reference, please update me if this is not the latest document.
Thanks &amp; Regards,
Prabodh 
 </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-16T13:22:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: Is their any way to Validate XML Service URL ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290599" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290599</id>
    <updated>2013-05-15T17:17:17Z</updated>
    <published>2013-05-15T17:17:17Z</published>
    <summary type="html">Hello,
 
     You can establish a connection to the XML service URL wihtout a request to check for HTTP 200 success. If you are also checking authentication details, you can use a request like GetAPIVersion or GetlogInurlUser.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-15T17:17:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290443" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15290443</id>
    <updated>2013-05-15T17:12:38Z</updated>
    <published>2013-05-15T17:11:42Z</published>
    <summary type="html">[color=#525252]Hello,[/color]
[color=#525252] [/color]
[color=#525252]     The error suggests that you are setting returnSettings as a child of body when it should be a child of bodyContent. I was able to test this request with returnSettings successfully. The reference guide is fairly old and will be updated, spelling errors, including returnSetting, should be addressed before a new guide is released.[/color]
[color=#525252] [/color]
[color=#525252]&lt;?xml version="1.0" encoding="UTF-8"?&gt;[/color]
[color=#525252]&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;[/color]
[color=#525252]  &lt;header&gt;[/color]
[color=#525252]    &lt;securityContext&gt;[/color]
[color=#525252]      &lt;webExID&gt;removed&lt;/webExID&gt;[/color]
[color=#525252]      &lt;password&gt;removed&lt;/password&gt;[/color]
[color=#525252]      &lt;siteID&gt;removed&lt;/siteID&gt;[/color]
[color=#525252]      &lt;partnerID&gt;removed&lt;/partnerID&gt;[/color]
[color=#525252]     &lt;/securityContext&gt;[/color]
[color=#525252]  &lt;/header&gt;[/color]
[color=#525252]  &lt;body&gt;[/color]
[color=#525252]    &lt;bodyContent xsi:type="java:com.webex.service.binding.site.GetSite"&gt;[/color]
[color=#525252]      &lt;returnSettings&gt;[/color]
[color=#525252]        &lt;eventCenter&gt;TRUE&lt;/eventCenter&gt;[/color]
[color=#525252]      &lt;/returnSettings&gt;[/color]
[color=#525252]    &lt;/bodyContent&gt;[/color]
[color=#525252]  &lt;/body&gt;[/color]
[color=#525252]&lt;/serv:message&gt;[/color]</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-05-15T17:11:42Z</dc:date>
  </entry>
  <entry>
    <title>Is their any way to Validate XML Service URL ?</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15279393" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15279393</id>
    <updated>2013-05-15T13:36:01Z</updated>
    <published>2013-05-15T13:36:01Z</published>
    <summary type="html">Is their any way to Validate XML Service URL ? any API ?
 
Thanks &amp; Regards,
Prabodh </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-15T13:36:01Z</dc:date>
  </entry>
  <entry>
    <title>GetSite : Response Validation Error</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15272955" />
    <author>
      <name>Prabodh Panda</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=15272955</id>
    <updated>2013-05-15T10:00:13Z</updated>
    <published>2013-05-15T10:00:13Z</published>
    <summary type="html">Hi,
When i make a GetSite request 
 
&lt;?xml version="1.0" encoding="ISO-8859-1"?&gt;
&lt;serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;header&gt;
&lt;securityContext&gt;
&lt;webExID&gt;hostid&lt;/webExID&gt;
&lt;password&gt;hostpassword&lt;/password&gt;
&lt;siteID&gt;0000&lt;/siteID&gt;
&lt;partnerID&gt;9999&lt;/partnerID&gt;
&lt;email&gt;johnsmith@xyz.com&lt;/email&gt;
&lt;/securityContext&gt;
&lt;/header&gt;
&lt;body&gt;
&lt;bodyContent xsi:type="java:com.webex.service.binding.site.GetSite" /&gt;
&lt;returnSettings&gt;
&lt;eventCenter&gt;true&lt;/eventCenter&gt;
&lt;/returnSetting&gt;
&lt;/body&gt;
&lt;/serv:message&gt;
 
i always get a reponse "validation: unable to find FieldDescriptor for 'returnSettings' in ClassDescriptor of body"
&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"&gt;&lt;serv:header&gt;&lt;serv:response&gt;&lt;serv:result&gt;FAILURE&lt;/serv:result&gt;&lt;serv:reason&gt;validation: unable to find FieldDescriptor for 'returnSettings' in ClassDescriptor of body&lt;/serv:reason&gt;&lt;serv:gsbStatus&gt;PRIMARY&lt;/serv:gsbStatus&gt;&lt;serv:exceptionID&gt;999999&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;
Please can anyone help on this ?
Plus I see mismatch in the request string tagname for the element ID "returnSettings", please correct on this.
 
Thanks &amp; Regards,
Prabodh 
 
 </summary>
    <dc:creator>Prabodh Panda</dc:creator>
    <dc:date>2013-05-15T10:00:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: LstsummaryUser responds with error "Failed to get SiteUrl"</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14664291" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14664291</id>
    <updated>2013-04-25T16:12:33Z</updated>
    <published>2013-04-25T16:12:33Z</published>
    <summary type="html">Hello,
 
     WebEx is a hosted solution but you can host your API integration from wherever you choose. API is capable of creating and managing user accounts, creating and managing scheduled sessions, starting and joining sessions, and retrieving usage reports. You could use these features to build a custom portal on premise that could be used in place of the WebEx user interface. The in meeting experience would still be hosted.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-04-25T16:12:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: LstsummaryUser responds with error "Failed to get SiteUrl"</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14644920" />
    <author>
      <name>Nyasha Chigwamba</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14644920</id>
    <updated>2013-04-25T07:37:44Z</updated>
    <published>2013-04-25T07:37:44Z</published>
    <summary type="html">[color=#222222]Thank you Nathan - much appreciated. I have tested on a dedicated development test site and everything works. However, I installed a Cisco Webex Meetings Server that is currently running a trial license. Will the Gold Developer  Programme enable sites somehow on my local server. I would like to know the capabilities of the on-premise solution re XML API. The cloud-based solution works fine.[/color]</summary>
    <dc:creator>Nyasha Chigwamba</dc:creator>
    <dc:date>2013-04-25T07:37:44Z</dc:date>
  </entry>
  <entry>
    <title>Free cloud-based AD integration and SAML SSO for WebEx Enterprise</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14626924" />
    <author>
      <name>Thomas Pedersen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14626924</id>
    <updated>2013-04-24T17:49:45Z</updated>
    <published>2013-04-24T17:49:45Z</published>
    <summary type="html">Hi everyone,
 
I know that many companies who are looking to implement WebEx want to integrate with their Active Directory or LDAP server. OneLogin's free option allows you to do just that. Our AD and LDAP Connectors can be installed in minutes with no firewall changes required and setting up SSO to WebEx also just takes a couple of minutes. You can see the steps required below.
 
     [url=https://onelogin.zendesk.com/entries/362606-Configuring-SAML-for-WebEx]https://onelogin.zendesk.com/entries/362606-Configuring-SAML-for-WebEx[/url]
 
 
OneLogin also supports user provisioning into WebEx on the paid plans. Here are some of the feature highlights:
 
* Real-time user sync from AD
* Automated provisioning and de-provisioning of users in WebEx
* SAML-based single sign-on
* Integration with Windows Integrated Authentication
* Protect access with multi-factor authentication and IP address restriction
* 99.99% uptime guarantee
 
 
If you are interested in hearing more or would like assistance with this, please reach us at [url=mailto:support@onelogin.com]support@onelogin.com[/url].
 
The OneLogin Team</summary>
    <dc:creator>Thomas Pedersen</dc:creator>
    <dc:date>2013-04-24T17:49:45Z</dc:date>
  </entry>
  <entry>
    <title>RE: LstsummaryUser responds with error "Failed to get SiteUrl"</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14626253" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14626253</id>
    <updated>2013-04-24T17:15:14Z</updated>
    <published>2013-04-24T17:12:18Z</published>
    <summary type="html">[color=#525252]Hello,[/color]
[color=#525252] [/color]
[color=#525252]     The security context includes username, password, site id, and partner id. The site id and partner id reference the site you are working with. Without the site id and partner id, the site URL cannot be determined by the XML service. If you are using the API trial site, apidemoeu.webex.com, you can find the site id and partner id within this web portal (also listed below). If you are developing on your own WebEx enterprise account, your WebEx account manager or sales representative can help start the process of adding the Gold Developer Program to your account, if not already done. The Gold Developer Program will enable APIs and provide a separate dedicated test site for development. Your account manager will be able to provide site id and partner id once APIs are enabled on your site. It is also a best practice to include your header section near the beginning of your XML request, before body. [/color]
[color=#525252] [/color]

[b]Site URL[/b][color=#525252][b]: [/b] https://apidemoeu.webex.com[/color]
[b]SiteID[/b][color=#525252][b]:[/b]   243585[/color]
[b]PartnerID[/b][color=#525252][b]:[/b]   g0webx![/color]
[b]XML Service URL[/b][color=#525252][b]:[/b]  https://apidemoeu.webex.com/WBXService/XMLService[/color][color=#525252][/color]</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-04-24T17:12:18Z</dc:date>
  </entry>
  <entry>
    <title>LstsummaryUser responds with error "Failed to get SiteUrl"</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14624841" />
    <author>
      <name>Nyasha Chigwamba</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14624841</id>
    <updated>2013-04-24T16:03:14Z</updated>
    <published>2013-04-24T16:02:46Z</published>
    <summary type="html">I am sending the request in the attached request.xml. The response I get is in the attached response.xml file. I am interacting with a standalone/on-premise WebEx server that is running a free trial license. Any idea what I could be doing wrong?</summary>
    <dc:creator>Nyasha Chigwamba</dc:creator>
    <dc:date>2013-04-24T16:02:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Register Attendee (to Waitlist)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14321789" />
    <author>
      <name>Nathan Morrow</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14321789</id>
    <updated>2013-04-16T19:02:33Z</updated>
    <published>2013-04-16T19:02:14Z</published>
    <summary type="html">Hello,
     API does not support registration wait list. If you are building your own registration portal, it would be possible to build your own wait list functionality within your portal, allowing you to register the first attendee on the list if anyone deletes their registration from your portal.</summary>
    <dc:creator>Nathan Morrow</dc:creator>
    <dc:date>2013-04-16T19:02:14Z</dc:date>
  </entry>
  <entry>
    <title>Register Attendee (to Waitlist)</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14321407" />
    <author>
      <name>Gina Karkanis</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=14321407</id>
    <updated>2013-04-16T18:48:58Z</updated>
    <published>2013-04-16T18:48:58Z</published>
    <summary type="html">Hey there, so I have my training session set to require registration, auto-approve registrations. I have 2 spots available but I have the waitlist feature enabled and to automatically register first attendee in waitlist. Logically I have all my ducks in a row. But when I go ahead and try to register in my application to a full training session it won't waitlist the registrant in Webex. I get back the message "The maximum number of registrants for this WebEx training has been reached " Which is true, but I thought the whole purpose behind the wait list is to wait list registrants after the maximum seat count has been reached. What am I missing?</summary>
    <dc:creator>Gina Karkanis</dc:creator>
    <dc:date>2013-04-16T18:48:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13821533" />
    <author>
      <name>Dylan Marks</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13821533</id>
    <updated>2013-04-03T16:06:02Z</updated>
    <published>2013-04-03T16:06:02Z</published>
    <summary type="html">Confirmed fix on our dev servers.  Thanks Jayde!</summary>
    <dc:creator>Dylan Marks</dc:creator>
    <dc:date>2013-04-03T16:06:02Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13821372" />
    <author>
      <name>Jade Moors</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13821372</id>
    <updated>2013-04-03T15:55:04Z</updated>
    <published>2013-04-03T15:55:04Z</published>
    <summary type="html">John/Dylan,
 
Just wanted to let you know that the issue has been patched in our development environment.  I confirmed that using "application/x-www-form-urlencoded" works fine now as it did previously.
 
Regards,
 
Jayde</summary>
    <dc:creator>Jade Moors</dc:creator>
    <dc:date>2013-04-03T15:55:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13623099" />
    <author>
      <name>Dylan Marks</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13623099</id>
    <updated>2013-03-28T18:48:17Z</updated>
    <published>2013-03-28T18:48:17Z</published>
    <summary type="html">Great. Thanks Jayde.</summary>
    <dc:creator>Dylan Marks</dc:creator>
    <dc:date>2013-03-28T18:48:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13622973" />
    <author>
      <name>Jade Moors</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13622973</id>
    <updated>2013-03-28T18:44:35Z</updated>
    <published>2013-03-28T18:44:35Z</published>
    <summary type="html">@ John,
This was an unforeseen issue which had resulted from a backend platform change.  Generally API changes themselves are communicated out to customers.  Unfortunately in this case it was not directly related to an API change itself but ended up affecting API requests in our development environment.
 
@ Dylan,
There is no ETA at this time but Engineering is looking into this as an urgent matter.  They are well aware that moving this same change into Production will result in customer impact and have put a hold on making the same change in Production.  The end goal is to correct this on the WebEx side so no intervention is required from the customer and it continues to function as it did on the previous platform.
 
Regards,
 
Jayde</summary>
    <dc:creator>Jade Moors</dc:creator>
    <dc:date>2013-03-28T18:44:35Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13610996" />
    <author>
      <name>Dylan Marks</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13610996</id>
    <updated>2013-03-28T14:25:07Z</updated>
    <published>2013-03-28T14:25:07Z</published>
    <summary type="html">Any ETA on when this will be fixed? I'm not sure if this is the cause of our error yet, but if it is, we already have a large number of applications out on production that would be very difficult for us to safely modify in short time frame if this stops working on our production webex. Thanks!</summary>
    <dc:creator>Dylan Marks</dc:creator>
    <dc:date>2013-03-28T14:25:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13605707" />
    <author>
      <name>John Mills</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13605707</id>
    <updated>2013-03-28T12:06:54Z</updated>
    <published>2013-03-28T12:06:54Z</published>
    <summary type="html">Thankyou Jade, that has cleared up the issue.
Is there visibility to changes like this that WebEx makes to the test servers that we developers can see? This has caused me to waste a lot of time...
 
John</summary>
    <dc:creator>John Mills</dc:creator>
    <dc:date>2013-03-28T12:06:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: SetUser request returns an emptty string</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13540459" />
    <author>
      <name>Jade Moors</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13540459</id>
    <updated>2013-03-26T22:55:46Z</updated>
    <published>2013-03-26T22:55:46Z</published>
    <summary type="html">Hi John/Dylan,
 
Can you check the Content Type you have set in the header of your request?  We did just recently notice some issues with requests in our dev environment when Content Type is set as [i]application/x-www-form-urlencoded[/i].  If you change this to [i]application/xml[/i] then it should work.  We're still looking into the change internally but modifying the Content Type should correct this in the meanwhile.
 
Regards,
 
Jayde Moors
WebEx API Developer Services</summary>
    <dc:creator>Jade Moors</dc:creator>
    <dc:date>2013-03-26T22:55:46Z</dc:date>
  </entry>
</feed>

