Cisco Cisco 3365 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  
138
  O F  
227  
 
9.7.2 
SOAP Response 
9.7.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" xmlns:SOAP- 
                                    ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
  <AesRogueAP changedOn="1302695537779" containmentLevel="0"   
          detectingAPRadioType="0" firstReported="Wed Apr 13 01:49:49 HST 2011"  
          lastReported="Wed Apr 13 01:52:17 HST 2011" macAddress="00:19:a9:55:cc:03"     
          maxDetectedRssi="0" maxDetectingAPMacAddress="" maxRssiRadioType="0"  
          numOfDetectingAPs="2" objectId="7" onNetwork="0" ssid="" state="2"  
          switchName="loc-wlc-05" totalClients="0" type="0"/> 
  <AesRogueAP changedOn="1302695537780" containmentLevel="0"  
          detectingAPRadioType="0" firstReported="Wed Apr 13 01:49:50 HST 2011"  
          lastReported="Wed Apr 13 01:52:17 HST 2011" macAddress="00:19:a9:55:cc:04"  
          maxDetectedRssi="0" maxDetectingAPMacAddress="" maxRssiRadioType="0"  
          numOfDetectingAPs="3" objectId="8" onNetwork="0" ssid="" state="2"  
          switchName="loc-wlc-05" totalClients="0" type="0"/> 
          <AesRogueAP changedOn="1302689860368" containmentLevel="0"  
          detectingAPRadioType="0" firstReported="Wed Apr 13 00:17:40 HST 2011"  
          lastReported="Wed Apr 13 00:17:40 HST 2011" macAddress="00:1a:30:c1:f6:23"  
          maxDetectedRssi="0" maxDetectingAPMacAddress="" maxRssiRadioType="0"  
          numOfDetectingAPs="1" objectId="11" onNetwork="0" ssid="" state="3"  
          switchName="loc-wlc-05" totalClients="0" type="0"/> 
 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
9.8 METHOD: GetRogueAPInfo 
Returns a rogue AP currently stored in the MSE based on various search criteria. 
Result: An AesRogueAP object or null if not found.  
Arguments: AesBusinessSession, AesRogueAP Key
 
9.8.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueAPInfo xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesRogueAP macAddress="00:01:02:03:04:05"/> 
 
 
</GetRogueAPInfo> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>