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  
93
  O F  
2 27  
 
With  v7.2  onwards,  there  is  also  support  for  partial  IP  Address  search.  If  you  are 
performing a partial IP Address search it makes more sense to use a LIKE or NOT_LIKE, 
however other operators are acceptable input too.
 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria 
7.4.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
   <GetStationStatsList xmlns="http://cisco.com/mse/location"  
                                           xmlns:typ="http://cisco.com/mse/types"> 
     <typ:AesBusinessSession id="14030"/> 
     <typ:AesQueryCriteria startIndex="2" numOfResults="3"/> 
   </GetStationStatsList> 
</SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
7.4.2 
SOAP Response 
7.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" xmlns:SOAP- 
                                 ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
<AesBaseStats changedOn="1302696150391" macAddress="00:00:31:02:00:80" objectId="7228"/> 
<AesBaseStats changedOn="1302696150391" macAddress="00:00:31:02:00:81" objectId="7229"/> 
<AesBaseStats changedOn="1302696150391" macAddress="00:00:31:02:00:82" objectId="7230"/> 
   </Response> 
 </SOAP-ENV:Body>  
</SOAP-ENV:Envelope> 
 
7.5 METHOD: GetStationLocation 
Returns an AesMobileStationLocation location record currently stored in the MSE. 
Result: An AesMobileStationLocation object or null if not found. 
Arguments: AesBusinessSession, AesMobileStation Key 
7.5.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetStationLocation xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesMobileStation macAddress="00:01:02:03:04:05"/> 
 
 
</GetStationLocation> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>