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  
 
 
419 
9.47.4 DWDM/OTN Service SOAP Resquest 
Various requests can be made based on the serviceType, Granularity and CFS and SAP RDN. The possible 
requests types of getServiceInventory for SAP data are: 
 
ServiceObjec
tType 
            ServiceType 
Granularity 
CFS 
RDN 
SAP 
RDN 
Description 
SAP 
OCHCC / OCHNC / OCHTRAIL 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
Give all SAP name/ 
full object  
instances 
SAP 
OCHCC / OCHNC / OCHTRAIL 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
Give all SAP name/ 
full object  
instances under a 
particular CFS_ID  
SAP 
OCHCC / OCHNC / OCHTRAIL 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
1  
Give one SAP 
name/ full object  
instance under a 
particular CFS_ID 
SAP 
OCHCC / OCHNC / OCHTRAIL 
/ODU_TUNNEL / ODU_UNI 
NAME/FULL 
0  
Give one SAP 
name/ full object  
instance 
<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:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getServiceInventoryRequest> 
         <v11:filter> 
            <!--You have a CHOICE of the next 2 items at this level--> 
             <v11:scope> 
               <!--Zero or more repetitions:--> 
               <v11:baseInstance> 
                  <!--1 or more repetitions:--> 
                  <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>OCHCC</v12:value> 
                  </v12:rdn> 
               </v11:baseInstance> 
               <v11:serviceObjectType>SAP</v11:serviceObjectType>  
            </v11:scope> 
            <v11:selection>FULL</v11:selection> 
         </v11:filter> 
      </v11:getServiceInventoryRequest> 
   </soapenv:Body> 
</soapenv:Envelope>