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  
140
  O F  
227  
 
9.9.2 
SOAP Response 
9.9.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/"> 
<loc:AesRogueClientLocation changedOn="1286499928533" confidenceFactor="256.0" 
detectingControllers="1.2.3.70,1.2.3.72," firstActiveAt="1286499884183" floorAesUId="-
6047451310117093366" floorId="10" floorWeight="6" fullHierarchy="AesNetworkDesign:System 
Campus|AesBuilding:b2|AesFloor:f-72" macAddress="00:21:6a:1e:df:36" minLastHeardSecs="12" 
networkStatus="1" objectId="4" reason="0" simpleHierarchy="System Campus>b2>f-72" 
sourceTimestamp="1286499928533" x="147.68" y="73.41"> 
    <loc:info> 
      <loc:AesRogueClient bssid="58:bc:27:92:4d:49" changedOn="1286499729873" 
firstReported="Fri Oct 08 01:01:59 UTC 2010" lastReported="Fri Oct 08 01:02:09 UTC 2010" 
macAddress="00:21:6a:1e:df:36" numOfDetectingAPs="8" objectId="6" state="2" 
switchName="wlc-76"/> 
    </loc:info> 
  </loc:AesRogueClientLocation> 
  <loc:AesRogueClientLocation changedOn="1286495702432" confidenceFactor="272.0" 
detectingControllers="1.2.3.72" firstActiveAt="1286495660196" floorAesUId="-
6047451310117093366" floorId="10" floorWeight="5" fullHierarchy="AesNetworkDesign:System 
Campus|AesBuilding:b2|AesFloor:f-72" macAddress="00:1d:e0:99:76:65" minLastHeardSecs="12" 
networkStatus="1" objectId="144" reason="0" simpleHierarchy="System Campus>b2>f-72" 
sourceTimestamp="1286495702432" x="386.64" y="77.04"> 
    <loc:info> 
      <loc:AesRogueClient bssid="58:bc:27:92:6e:89" changedOn="1286495717687" 
firstReported="Thu Oct 07 23:55:17 UTC 2010" lastReported="Thu Oct 07 23:55:17 UTC 2010" 
macAddress="00:1d:e0:99:76:65" numOfDetectingAPs="4" objectId="172" state="2" 
switchName="wlc-76"/> 
    </loc:info> 
  </loc:AesRogueClientLocation> 
</Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
9.10 METHOD: GetRogueAPLocation 
Returns an AesRogueAPLocation location record currently stored in the MSE. 
Result: An AesRogueAPLocation object or null if not found. 
Arguments: AesBusinessSession, AesRogueAP Key
 
9.10.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<GetRogueAPLocation xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id=”2554”/> 
 
 
 
<AesRogueAP macAddress="00:01:02:03:04:05"/> 
 
 
</GetRogueAPLocation> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope>