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  
104
  O F  
227  
 
parentId="133" simpleHierarchy="testB>testB>testF" sourceTimestamp="1251331926551" 
x="175.9" y="99.23"> 
        <areaList area="aa"/> 
        <info> 
<AesMobileStation anchorAddress="" apMacAddress="" changedOn="1251243965666" 
interfaceStr="" ipAddress="" macAddress="00:22:fa:de:e3:d8" objectId="2354" 
parentId="133" policyManagerState="" securityPolicyStatus="1" 
sourceTimestamp="1251239511821" ssId="" status="7" username=""/> 
        </info> 
      </AesMobileStationLocation> 
    </locationList> 
  </AesMobileStationHistory> 
</Response> 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
 
 
7.12 METHOD: ModifyStation 
Modifies the station information.  
Result: An AesResult object specifying the success or failure of the operation. 
Arguments: AesBusinessSession, AesMobileStation object containing measurements and so on. 
Note: To modify or Add asset information, use the AddStationAssetInfo API. 
7.12.1 
SOAP Request 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<SOAP-ENV:Body> 
 
 
<ModifyStation xmlns=” http://cisco.com/mse/location”> 
 
 
 
<AesBusinessSession id="10510"/> 
 
 
 
<AesMobileStation macAddress="00:01:02:03:04:05"> 
 
 
 
 
<asset name=”fred23” group=”grep1” category=”people”/> 
 
 
 
</AesMobileStation> 
 
 
</ModifyStation> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
7.12.2 
SOAP Response 
7.12.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”> 
 
 
 
<AesResult result=”true”/> 
 
 
</Response> 
 
</SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 
 
 
7.13  METHOD: GetStationInfoListByArgs