Cisco Cisco 3350 Mobility Services Engine Guide Du Développeur

Page de 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  
195
  O F  
227  
12.3.8 
METHOD: GetGenericNotification
  
Gets the Generic Notification information from the Location Server. 
Result: An AesGenericNotification object or null if not found.  
Arguments: AesBusinessSession. 
12.3.8.1   Soap Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 <SOAP-ENV:Body> 
         <GetGenericNotification xmlns=” http://cisco.com/mse/location”> 
               <AesBusinessSession id="19382"/> 
      </GetGenericNotification> 
 </SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.8.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”> 
<AesGenericNotification changedOn="1184023526619" enabled="true"  entityEnabledMask="1"  
includeInfoMask="63" objectId="1"> 
<destDefnList> 
<AesDestDefn changedOn="1184064878075" destIPList="171.71.132.138,"  objectId="9" 
parentId="1"> 
<transport> 
<AesTransportSNMP changedOn="1184064878076" community="public" objectId="9" parentId="9" 
portNumber="162"/> 
                  </transport> 
                </AesDestDefn> 
     </destDefnList> 
       </AesGenericNotification> 
  </Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
12.3.9 
METHOD: SetGenericNotification 
 
Deprecated and replaced by AddGenericNotification API 
Sets the Generic Notification information to the Location Server. 
Result: An AesResult object or null if not found.