Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to User Management

lstsummaryUser responds with "Server Error" in middle of list

Combination View Flat View Tree View
Threads [ Previous | Next ]
 
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.  
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Request uri="https://fusionio.webex.com/WBXService/XMLService">
    <Body>
        <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">
            <serv:header>
                <serv:securityContext>
                    <com:webExID>oktaadmin</com:webExID>
                    <com:password>*******</com:password>
                    <com:siteName>fusionio</com:siteName>
                </serv:securityContext>
            </serv:header>
            <serv:body>
                <serv:bodyContent
                        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                        xsi:type="user:lstsummaryUser">
                    <user:active>ACTIVATED</user:active>
                    <user:listControl>
                        <serv:startFrom>300</serv:startFrom>
                        <serv:maximumNum>25</serv:maximumNum>
                        <serv:listMethod>AND</serv:listMethod>
                    </user:listControl>
                </serv:bodyContent>
            </serv:body>
        </serv:message>
    </Body>
</Request>
 

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.