Cisco Cisco 3350 Mobility Services Engine Developer's Guide

Page of 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  
112
  O F  
227  
 
 
<SOAP-ENV:Body> 
 
 
<GetTagInfo xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTag macAddress="00:01:02:03:04:05"/> 
 
 
</GetTagInfo> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
8.2.2 
SOAP Response 
8.2.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”> 
 
 
 
<AesTag macAddress="00:01:02:03:04:05" objectId="1"> 
 
 
 
 
<asset name=”gred”/> 
 
 
 
</AesTag> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>     
 
8.3 METHOD: GetTagStats 
Returns an AesTag statistics record currently stored in the MSE based on various search criteria. 
Result: AesBaseStats object or null if not found. 
Arguments: AesBusinessSession, AesMobileStation Key 
8.3.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetTagStats xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTag macAddress="00:01:02:03:04:05"/> 
 
 
</GetTagStats> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
8.3.2 
SOAP Response 
8.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”> 
 
 
 
<AesBaseStats 
macAddress="00:01:02:03:04:05" 
packetsSent=”12” 
bytesSent=”1221111”  packetsRecv=”1111”  bytesRecv=”1212204”  policyErrors=”0”  snr=”-12” 
changedOn=”1220324324”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>