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  
134
  O F  
227  
 
9.3 METHOD: GetRogueClientLocation 
Returns an AesRogueClientLocation location record currently stored in the MSE. 
Result: An AesRogueClientLocation object or null if not found. 
Arguments: AesBusinessSession, AesRogueClient Key 
9.3.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueClientLocation xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesRogueClient macAddress="00:01:02:03:04:05"/> 
 
 
</GetRogueClientLocation> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
9.3.2 
SOAP Response 
9.3.2.1 Success 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Response xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesRogueClientLocation  macAddress="00:01:02:03:04:05"  changedOn=”122122111” 
floorId=”10” x=”12.1” y=”34.6” z=”2”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
9.4 METHOD: GetRogueClientLocationList 
Queries the list of AesRogueClientLocation records currently stored in the MSE. The query can 
be: 
 
NULL - Return all rogue client locations and their contents.  
 
Count Query - Return the number of rogue client locations in the server. 
 
All  other  queries  (sorting, paging,  member  match  and  so  on)  -  The  list  of  rogue  client 
locations and their content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria