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  
162
  O F  
227  
 
11.12.1 
SOAP Request 
<SOAP-ENV:Body xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
<GetWiredSwitch xmlns="http://cisco.com/mse/types"> 
<AesBusinessSession id="25072" mask="-1"/> 
<WiredSwitch extendParentCivicData="true" ipAddress="1.2.3.98"/> 
</GetWiredSwitch> 
</SOAP-ENV:Body>
  
11.12.2 
SOAP Response 
11.12.2.1  Success 
<SOAP-ENV:Body xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
<Response xmlns="http://cisco.com/mse/types"> 
<WiredSwitch changedOn="1232340883019" extendParentCivicData="true" ipAddress="1.2.3.98" 
objectId="1"> 
<device> 
<Device type="5"> 
<location> 
<Location parent="4"/> 
</location> 
<epInterfaceList/> 
</Device> 
</device> 
</WiredSwitch> 
</Response> 
</SOAP-ENV:Body>