Cisco Cisco 3365 Mobility Services Engine 開発者ガイド

ページ / 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  
37
  O F  
2 27  
 
Attribute 
Type 
Access 
id 
Integer 
RO 
3.1.1 
SOAP Request 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">   
    <soap:Body> 
 
 
<Login xmlns=“http://cisco.com/mse/types”> 
      
 
<AesLogin userName="admin" password="admin" /> 
 
 
</Login> 
 
 </soap:Body> 
</soap:Envelope> 
3.1.2 
SOAP Response 
3.1.2.1 Success 
 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Session xmlns=“http://cisco.com/mse/types”> 
 
 
 
<AesBusinessSession id="25060"/> 
 
 
</Session> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
3.1.2.2 Failure 
 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Response xmlns=“http://cisco.com/mse/types”> 
 
 
 
<AesResult message="No server response for: Login" result="false"/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
3.2 METHOD: Logout 
Disconnects a client from the server and free up the business session and associated resources. 
Result: AesResult. 
Arguments: AesBusinessSession, 
AesQueryCriteria
 
3.2.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Logout xmlns=“http://cisco.com/mse/types”> 
 
 
 
<AesBusinessSession id="10331" mask="255"/> 
 
 
 
<AesLogout/> 
 
 
</Logout> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>