Cisco Cisco 3350 Mobility Services Engine Guide Du Développeur

Page de 224
                   
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UIDE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE OF 
MSE,
 
R
EL EASE 
7.4
.
                                   
P
A G E  
132
  O F  
227  
 
 
C H A P T E R   9  
Location – Rogues 
 
The rogue interface concentrates on the following areas for rogue APs and clients: 
 
Calculation of real-time location 
 
Historical collection of location 
9.1 METHOD: GetRogueClientInfoList 
Queries the list of rogue clients currently stored in the MSE. The query can be: 
 
NULL - Return all rogue clients and their contents.  
 
Count Query - Return the number of rogue clients in the server 
 
All  other  queries  (sorting, paging,  member match  and  so on)  -The  list  of  rogue  clients 
and their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria. 
9.1.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
<GetRogueClientInfoList xmlns="http://cisco.com/mse/location"  
                                       xmlns:typ="http://cisco.com/mse/types"> 
  <typ:AesBusinessSession id="4595"/> 
  <typ:AesQueryCriteria startIndex="2" numOfResults="3"/> 
</GetRogueClientInfoList> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope>