Cisco Cisco Evolved Programmable Network Manager 2.0 Developer's Guide

Page of 637
 
Appendix III – Sample SOAP Request Response 
 
 
 
 
 
Cisco EPN Manager 2.0 MTOSI API Guide for OSS Integration  
 
 
365 
                     <ns3:type>FTP</ns3:type> 
                     
<ns3:value>name=GigabitEthernet101/0/0/15;LR=LR_ETHERNET</ns3:value> 
                  </ns3:rdn> 
               </ns6:portRef> 
               <ns6:serviceCount>1</ns6:serviceCount> 
            </ns6:networkInterface> 
         </ns4:networkInterfaceList> 
      </ns4:getAllNetworkInterfacesResponse> 
   </soap:Body> 
</soap:Envelope>
 
9.33 getNetworkInterface 
9.33.1 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.cisco.com/epnm/mtop/msi/xsd/nir/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header> 
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getNetworkInterfaceRequest> 
         <v11:networkInterfaceRef> 
            <v12:rdn> 
               <v12:type>MD</v12:type> 
               <v12:value>CISCO_EPNM</v12:value> 
            </v12:rdn> 
            <v12:rdn> 
               <v12:type>UNI</v12:type> 
               <v12:value>epl_my-uni-aD2x</v12:value> 
            </v12:rdn>             
         </v11:networkInterfaceRef> 
      </v11:getNetworkInterfaceRequest> 
   </soapenv:Body> 
</soapenv:Envelope> 
9.33.2 SOAP Response 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Header> 
      <header xmlns:ns14="http://www.tmforum.org/mtop/nrb/xsd/lay/v1" 
xmlns:ns13="http://www.tmforum.org/mtop/fmw/xsd/msg/v1" 
xmlns:ns12="http://www.tmforum.org/mtop/nrf/xsd/com/v1" 
xmlns:ns11="http://www.tmforum.org/mtop/nrb/xsd/lp/v1" 
xmlns:ns10="http://www.tmforum.org/mtop/nrf/xsd/tpdata/v1" 
xmlns:ns9="http://www.tmforum.org/mtop/nrf/xsd/snc/v1" 
xmlns:ns8="http://www.tmforum.org/mtop/nrb/xsd/itu/v1" 
xmlns:ns7="http://www.tmforum.org/mtop/nrb/xsd/cri/v1" 
xmlns:ns6="http://www.cisco.com/epnm/mtop/sb/xsd/svc/ext/v1" 
xmlns:ns5="http://www.tmforum.org/mtop/fmw/xsd/coi/v1" 
xmlns:ns4="http://www.cisco.com/epnm/mtop/msi/xsd/nir/v1" 
xmlns:ns3="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"