<?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>lstsummaryUser responds with "Server Error" in middle of list</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12669449" />
  <subtitle>lstsummaryUser responds with "Server Error" in middle of list</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12669449</id>
  <updated>2013-06-18T05:07:31Z</updated>
  <dc:date>2013-06-18T05:07:31Z</dc:date>
  <entry>
    <title>lstsummaryUser responds with "Server Error" in middle of list</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12669448" />
    <author>
      <name>Jeff Peeler</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12669448</id>
    <updated>2013-03-05T21:41:14Z</updated>
    <published>2013-03-05T21:41:14Z</published>
    <summary type="html"> 
WebEx returns "Server Error" response on exactly the 16th consecutive call to "user:lstsummaryUser" service.  Is something wrong with one of my users?  
Below is an approximation of the request which gets an error response.
Note: Each call fetches 25 users; however, the "startFrom" field is only incremented by 20 (to resolve occasional "off-by-one" problems).  Each response indicates 414 total matching records.  
&lt;?xml version="1.0" encoding="UTF-8" standalone="yes"?&gt;
&lt;Request uri="https://fusionio.webex.com/WBXService/XMLService"&gt;
    &lt;Body&gt;
        &lt;serv:message xmlns:com="http://www.webex.com/schemas/2002/06/common"
                      xmlns:user="http://www.webex.com/schemas/2002/06/service/user"
                      xmlns:serv="http://www.webex.com/schemas/2002/06/service"&gt;
            &lt;serv:header&gt;
                &lt;serv:securityContext&gt;
                    &lt;com:webExID&gt;oktaadmin&lt;/com:webExID&gt;
                    &lt;com:password&gt;*******&lt;/com:password&gt;
                    &lt;com:siteName&gt;fusionio&lt;/com:siteName&gt;
                &lt;/serv:securityContext&gt;
            &lt;/serv:header&gt;
            &lt;serv:body&gt;
                &lt;serv:bodyContent
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xsi:type="user:lstsummaryUser"&gt;
                    &lt;user:active&gt;ACTIVATED&lt;/user:active&gt;
                    &lt;user:listControl&gt;
                        &lt;serv:startFrom&gt;300&lt;/serv:startFrom&gt;
                        &lt;serv:maximumNum&gt;25&lt;/serv:maximumNum&gt;
                        &lt;serv:listMethod&gt;AND&lt;/serv:listMethod&gt;
                    &lt;/user:listControl&gt;
                &lt;/serv:bodyContent&gt;
            &lt;/serv:body&gt;
        &lt;/serv:message&gt;
    &lt;/Body&gt;
&lt;/Request&gt;
 </summary>
    <dc:creator>Jeff Peeler</dc:creator>
    <dc:date>2013-03-05T21:41:14Z</dc:date>
  </entry>
</feed>

