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  
 
 
365 
                     <ns3:value>504504</ns3:value> 
                  </ns3:rdn> 
               </ns5:name> 
               <ns5:discoveredName>Infrastructure</ns5:discoveredName> 
            </ns4:customerName> 
            <ns4:customerName> 
               <ns5:name> 
                  <ns3:rdn> 
                     <ns3:type>MD</ns3:type> 
                     <ns3:value>CISCO_EPNM</ns3:value> 
                  </ns3:rdn> 
                  <ns3:rdn> 
                     <ns3:type>CUSTOMER</ns3:type> 
                     <ns3:value>504505</ns3:value> 
                  </ns3:rdn> 
               </ns5:name> 
               <ns5:discoveredName>Verizon Wireless</ns5:discoveredName> 
            </ns4:customerName> 
            <ns4:customerName> 
               <ns5:name> 
                  <ns3:rdn> 
                     <ns3:type>MD</ns3:type> 
                     <ns3:value>CISCO_EPNM</ns3:value> 
                  </ns3:rdn> 
                  <ns3:rdn> 
                     <ns3:type>CUSTOMER</ns3:type> 
                     <ns3:value>504506</ns3:value> 
                  </ns3:rdn> 
               </ns5:name> 
               <ns5:discoveredName>AT n T</ns5:discoveredName> 
            </ns4:customerName> 
         </ns4:customerNameList> 
      </ns4:getAllCustomerNamesResponse> 
   </soap:Body> 
</soap:Envelope> 
9.35 getAllQosProfileNames 
9.35.1 SOAP Request 
<?xml version="1.0" encoding="UTF-8"?> 
<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/qpnr/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header> 
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getAllQosProfileNamesRequest> 
      </v11:getAllQosProfileNamesRequest> 
   </soapenv:Body> 
</soapenv:Envelope>