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  
62
  O F  
2 27  
 
                              <AesAP angle="1.57" apType="2" changedOn="1170242242862" 
ipAddress="20.20.20.23" macAddress="00:0b:85:60:02:a0" name="ap:60:02:a0" numOfSlots="2" 
objectId="2" parentId="1" switchName="" x="196.1" y="203.2" z="10.0"/> 
                             </apList> 
                        <viewImage> 
                            <AesViewImage imageName="domain_0_1166571980328" 
imageType="image/jpg"/> 
                        </viewImage> 
                        <dimension> 
                            <AesDimension height="10.0" length="286.6" width="418.3"/> 
                        </dimension> 
                        <chokepointList> 
                            <AesChokepoint changedOn="1170242242875" 
macAddress="00:0c:cc:60:13:a3" name="Choke13A3" objectId="1" parentId="1" range="10.0" 
x="262.0" y="57.7" z="10.0"/><AesChokepoint changedOn="1170242242875" 
macAddress="00:0c:cc:60:14:e6" name="alpha2" objectId="2" parentId="1" range="5.0" 
x="28.9" y="57.7" z="10.0"/> 
                            <AesChokepoint changedOn="1170242242876" 
macAddress="12:13:14:15:16:17" name="fgh" objectId="3" parentId="1" range="1.1" x="-1.0" 
y="-1.0" z="10.0"/> 
                        </chokepointList> 
                    </floorlist> 
                 </AesFloor> 
              </AesBuilding> 
            </buildingList> 
         </AesNetworkDesign> 
       </Response> 
   </SOAP-ENV:Body> 
 
 
 
5.6 METHOD: GetViewImage 
Get the maps from the server. This GetViewImage gets a view image from the MSE. The actual 
image is an attachment, that is never logged (its binary). 
Result: AesViewImage with the name object  
Arguments: AesBusinessSession, AesViewImage key objects 
5.6.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
  <SOAP-ENV:Body> 
     <GetViewImage xmlns=” http://cisco.com/mse/location”> 
        <AesBusinessSession id="8928" mask="-1"/> 
        <AesViewImage imageName="domain_0_1168046305321" imageType="image/gif"/> 
     </GetViewImage> 
  </SOAP-ENV:Body> 
</SOAP-ENV:Envelope>