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  
201
  O F  
227  
Result: An AesResult object or null if not found. 
Arguments:  AesGenericNotification  with  mandatory  name  and  AesBusinessSession  as  an 
element. 
 
12.3.13.1   SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 <SOAP-ENV:Body> 
 
<DeleteGenericNotification xmlns="http://cisco.com/mse/types"> 
 
<AesBusinessSession id="23827" mask="-1"/> 
 
<AesGenericNotification notificationName="tag-notification-1" 
triggerConditionMask="0"/> 
 
</DeleteGenericNotification> 
 </SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
12.3.13.2   SOAP Response 
<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" resultArg="4" resultArgClass="java.lang.Long"/> 
  </Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>