Cisco Cisco 3365 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  
110
  O F  
227  
 
 
C H A P T E R   8  
Location – Tag 
 
The tag interface concentrates on the following areas for 802.11 tags: 
 
Calculation of real-time location 
 
Calculation of statistics 
 
Historical collection of Location and Statistics 
 
8.1 METHOD: GetTagInfoList 
Queries the list of tags currently stored in the MSE. The query can be: 
 
NULL -Return all tags and their contents.  
 
Count Query -Return the number of tags in the server 
 
All other queries (sorting, paging, member match and so on) - The list of tags and their 
content, constrained based on the query content. 
Result: See below. 
Arguments: AesBusinessSession, AesQueryCriteria 
8.1.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">  
<SOAP-ENV:Body> 
<GetTagInfoList xmlns="http://cisco.com/mse/location"  
                                         xmlns:typ="http://cisco.com/mse/types"> 
    <typ:AesBusinessSession id="18418"/> 
    <typ:AesQueryCriteria startIndex="2" numOfResults="3"/>