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  
192
  O F  
227  
 
12.3.4.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetTrackGroupInfo xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTrackGroup name="trackGrp1"/> 
 
 
</GetTrackGroupInfo> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.4.2  SOAP Response 
12.3.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”> 
 
 
<AesTrackGroup changedOn="1123801225125" name="group2" objectId="1"> 
 
 
 
<defnList> 
 
 
 
 
<AesTrackDefn changedOn="1123801225125" enabled="true" name="defn3" 
objectId="1" parentId="1"> 
 
 
 
 
 
<destDefnList> 
 
 
 
 
 
 
<AesDestDefn changedOn="1123801225140" destIPList="127.0.0.1," 
objectId="1" parentId="1"> 
 
 
 
 
 
 
 
<transport> 
 
 
 
 
 
 
 
 
<AesTransportSysLog changedOn="1123801225140" 
facility="128" objectId="1" parentId="1" portNumber="514" priority="5"/> 
 
 
 
 
 
 
 
</transport> 
 
 
 
 
 
 
</AesDestDefn> 
 
 
 
 
 
</destDefnList> 
 
 
 
 
 
<trigger containerId="1"> 
 
 
 
 
 
 
<AesTriggerContainment changedOn="1123801225125" isIn="true" 
objectId="1" param="00:05%" parentId="1"/> 
 
 
 
 
 
</trigger> 
 
 
 
 
</AesTrackDefn> 
 
 
 
</defnList> 
 
 
</AesTrackGroup> 
 
</Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
12.3.5 
METHOD: AddTrackGroup 
Adds a track group to the MSE.  
Result: An AesResult object specify the success or failure of the operation 
Arguments: AesBusinessSession, AesTrackGroup object containing the information 
12.3.5.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<AddTrackGroup xmlns=” http://cisco.com/mse/location”>