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  
46
  O F  
2 27  
 
         <typ:AesBusinessSession options="0" id="29827"/> 
         <loc:AesFilteringParams  options="0"  disallowProbingClientTracking="true" 
macFilter="true" allowedMacs="11:22:33:44:55:66" disallowedMacs=""/> 
      </loc:SetFilteringParams> 
   </soapenv:Body> 
</soapenv:Envelope> 
4.4.2 
SOAP Response 
4.4.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> 
4.5 METHOD: AllowDisallowEndpoints 
It will allow users to provide set of MAC addresses to be tracked or not. It appends to existing list 
of endpoints being tracked or not tracked.
 
Result: An AesResult object specifies the success or failure of the operation. 
Arguments:  AesBusinessSession,  list  of  endpoints(MAC  addresses)  to  be  tracked,  list  of 
endpoints (MAC address) to not track 
4.5.1 
SOAP Request 
<soapenv:Envelope 
xmlns:soapenv= 
"http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:loc="http://cisco.com/mse/location" xmlns:typ="http://cisco.com/mse/types"> 
   <soapenv:Header/> 
   <soapenv:Body> 
      <loc:AllowDisallowEndpoints> 
         <typ:AesBusinessSession options="0" id="29827"/> 
         <loc:Allow> 
            <!--0 to 100 repetitions:--> 
            <loc:Endpoint>11:22:33:44:55:67</loc:Endpoint> 
         </loc:Allow> 
         <loc:Disallow> 
            <!--0 to 100 repetitions:--> 
            <loc:Endpoint>11:22:33:44:55:68</loc:Endpoint> 
         </loc:Disallow> 
      </loc:AllowDisallowEndpoints> 
   </soapenv:Body> 
</soapenv:Envelope>