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  
194
  O F  
227  
 
 
 
 
</defnList> 
 
 
 
</AesTrackGroup> 
 
 
</ModifyTrackGroup> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.6.2  SOAP Response 
12.3.6.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”> 
 
 
 
<AesResult result=”true”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
12.3.7 
METHOD: DeleteTrackGroup 
Deletes all track group information including all other related information for that track group. 
Result: An AesResult object specifying the success or failure of the operation. 
Arguments: AesBusinessSession, AesTrackGroup Key
 
12.3.7.1  SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<DeleteTrackGroup xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesTrackGroup name="trackGrp1"/> 
 
 
</DeleteTrackGroup> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.7.2  SOAP Response 
12.3.7.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”> 
 
 
 
<AesResult result=”true”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>