Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 602
Appendix III – Sample SOAP Request Response 
 
 
 
Cisco EPN Manager 1.2 Maintenance Pack 5 (V.1.2.500) MTOSI API Guide for OSS Integration 
 
 
409 
         
</
ns7:inventoryData
>
 
      
</
ns7:getServiceInventoryResponse
>
 
   
</
soap:Body
>
 
</
soap:Envelope
>
  
 
9.45 getServiceInventory for SAP Data 
9.45.1 CE Service SOAP Request 
<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>EPL</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>SAP</v12:type> 
                     <v12:value> cfs=EPL X 
MyServiceI21;sap=1011058</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> 
 
9.45.2 CE Service SOAP Response 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Header> 
      <header 
xmlns:ns12="http://www.cisco.com/epnm/mtop/nrf/xsd/optical/ext/v1"