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  
58
  O F  
2 27  
 
 
All  other  queries  (sorting,  paging,  member  match  and  so  on)  -  The  list  of  network 
designs and their content, constrained based on the query content. 
Result: See below.  
Arguments: AesBusinessSession, AesQueryCriteria 
5.2.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetNetworkDesignList xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="13614" mask="255"/> 
 
 
</GetNetworkDesignList> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
5.2.2 
SOAP Response 
5.2.2.1 Success 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<Response xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesNetworkDesign 
changedOn="1106866603484" 
createdOn="1106866603484" 
creator="allan thomson" mask="3" message="This is  a test of the network design addition" 
name="design1" objectId="1"/>   
 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
5.3 METHOD: GetNetworkDesign 
Returns the named network design and its contents (That is, group/building/floor/coverage area 
and so on). 
Result: An AesNetworkDesign object 
Arguments: AesBusinessSession, AesNetworkDesign key object
 
5.3.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetNetworkDesign xmlns=” http://cisco.com/mse/location”> 
             <AesBusinessSession id="5726" mask="-1"/> 
             <AesNetworkDesign name="build1" options="1"/> 
         </GetNetworkDesign> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>