Cisco Cisco 3350 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  
189
  O F  
227  
= 5, 
REASON_TAMPERING_DETAC
HED = 6 
tamperOpenedCount 
the number of times the tag 
has been opened 
tamperState 
Valid values are: 
TAMPER_STATE_INACTIVE = 
0, 
TAMPER_STATE_ACTIVE = 1 
More Information on Emergency 
 
Emergency list replaces the single AesEmergency object from 
concannon(3.0.x.x). We now store the last 5 distinct emergencies the tag 
encountered.The list is sorted from latest first to oldest last. 
 
The emergencies received by the MSE in the last tag packet are marked 
"isActive = true".Older emergencies which are not currently reported by 
the tag but we store for history having isActive=false. 
 
We always send emergency even if its location change. 
 
NoteAll track related requests are processed at 
 endpoint where mse 
represents the IP address of the MSE engine
12.3 Methods 
12.3.1 
METHOD: GetTrackInfo 
Queries the track setup parameters currently stored in the MSE.  
Result: AesTrackInfo. 
Arguments: AesBusinessSession, 
AesQueryCriteria
 
12.3.1.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetTrackInfo xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
</GetTrackInfo> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>