Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 631
 
Appendix III – Sample SOAP Request Response 
 
 
 
 
 
Cisco EPN Manager 2.0.1 MTOSI API Guide for OSS Integration  
 
 
404 
      </ns4:deleteMPLSTEExplicitPathResponse> 
   </soap:Body> 
</soap:Envelope> 
9.46 getServiceInventory for CFS Data 
9.46.1 CE Service SOAP Request 
Various request can be made based on serviceType, Granularity and CFS RDN. The possible 
requests of getServiceInventory for CFS Data are: 
 
ServiceObjectType 
            ServiceType 
Granularity 
CFS RDN 
Description 
CFS 
EPL, EVPL, EP-LAN, EVP-LAN, EP-
Tree, EVP-Tree, Access EPL, Access 
EVPL, EVC 
NAME/FULL 
Give all CFS 
name/full object  
instances. 
CFS 
EPL, EVPL, EP-LAN, EVP-LAN, EP-
Tree, EVP-Tree, Access EPL, Access 
EVPL, EVC 
NAME/FULL 
Give CFS full 
object instances 
for a CFS_ID. 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1" 
xmlns:v11="http://www.tmforum.org/mtop/msi/xsd/sir/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
 
   <soapenv:Header> 
      <v1:header> 
       <v1:requestedBatchSize>1</v1:requestedBatchSize> 
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getServiceInventoryRequest> 
         <!--Optional:--> 
         <v11:filter> 
            <!--You have a CHOICE of the next 2 items at this level--> 
            <v11:scope> 
               <!--Zero or more repetitions:--> 
              <v11:baseInstance> 
                  <v12:rdn> 
                     <v12:type>MD</v12:type> 
                     <v12:value>CISCO_EPNM</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>SERVICE_TYPE</v12:type> 
                     <v12:value>EVPL</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>CFS</v12:type> 
                     <v12:value>EVPL X MyServiceI21</v12:value> 
                  </v12:rdn> 
               </v11:baseInstance>  
               <v11:serviceObjectType>CFS</v11:serviceObjectType>              
            </v11:scope> 
            <v11:selection>FULL</v11:selection> 
         </v11:filter> 
      </v11:getServiceInventoryRequest>