Cisco Cisco 3365 Mobility Services Engine Developer's Guide

Page of 224
C
ISCO 
MSE
 
API
 
S
PECI FICATI ON 
G
UI DE 
 
C
ONTEXT 
A
W ARE 
S
ERVICE  OF 
MSE,
 
R
ELEASE 
7.4
.
       
P
A G E  
135
  O F  
227  
9.4.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueClientLocationList xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
</GetRogueClientLocationList> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
9.4.2 
SOAP Response 
9.4.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.5 METHOD: GetRogueClientHistory 
Returns an AesRogueClientHistory history record currently stored in the MSE based on various 
search criteria. 
Result: An AesRogueClientHistory object or null if not found. 
Arguments: AesBusinessSession, AesQueryCriteria
 
9.5.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body>  
   <GetRogueClientHistory xmlns=” http://cisco.com/mse/location”>  
<AesBusinessSession id="10510"/>  
<AesQueryCriteria numOfResults="3 isCountQuery="true">  
<and-list>  
        <AesMatchMbrCriteria 
matchClass="AesRougeClientHistory" 
matchMbr="macAddress"  
         matchValue="00:09:b7:13:aa:96" valueClass="java.lang.String"/>  
</and-list>  
</AesQueryCriteria>  
</GetRogueClientHistory>  
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
9.5.2 
SOAP Response 
9.5.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”>  
</Response>  
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope>