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  
39
  O F  
2 27  
 
 
 
 
 
 
C H A P T E R   4  
 
Generic APIs 
 
Following API requests are processed at
endpoint where mse represents 
the IP address of the MSE engine. 
4.1 METHOD: Ping 
Allows an authenticated client to ping the server functionality. Not just an IP ping, but will also 
verify connection to the database and processes within the server are operating correctly. 
Result: AesResult returning success or failure of the ping. 
Arguments: AesBusinessSession identifying the client authenticated and the functional area of 
the server to ping. 
Class 
AesPing 
 
Attribute 
Type 
Access 
area 
String 
RO 
 
4.1.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Ping xmlns="http://cisco.com/mse/location"> 
 
 
 
<AesBusinessSession id="7406"/> 
 
 
 
<AesPing area="database"/> 
 
 
</Ping> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>