Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 574
         
  
 
  
Appendix III – Sample SOAP 
Request Response                                      
 
 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
359 
            <ns3:rdn> 
               <ns3:type>PPF</ns3:type> 
               <ns3:value>ttttt</ns3:value> 
            </ns3:rdn> 
         </ns4:protectionProfileRef> 
         <ns4:protectionProfileData> 
            <ns5:profileName>ttttt</ns5:profileName> 
            <ns5:protectionType>ONE_PLUS_ONE_BDIR_APS</ns5:protectionType> 
            <ns5:protectionMode>NON_REVERTIVE</ns5:protectionMode> 
            <ns5:holdOffTimer>0</ns5:holdOffTimer> 
            <ns5:waitToRestoreTimer>300000</ns5:waitToRestoreTimer> 
         </ns4:protectionProfileData> 
      </ns4:deleteProtectionProfileResponse> 
   </soap:Body> 
</soap:Envelope> 
9.39 getMPLSTEExplicitPath 
9.39.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/mtepr/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header> 
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:getMPLSTEExplicitPathRequest> 
         <!--Optional:--> 
         <v11:explicitPathRef> 
            <!--1 or more repetitions:--> 
               <v12:rdn> 
                     <v12:type>MD</v12:type> 
                     <v12:value>CISCO_EPNM</v12:value> 
                  </v12:rdn> 
                  <v12:rdn> 
                     <v12:type>ME</v12:type> 
                     <v12:value>cvg-frodo-234.cisco.com</v12:value> 
                  </v12:rdn> 
             <v12:rdn> 
               <v12:type>TEPATH</v12:type> 
               <v12:value>TEST-PATH-VE-92</v12:value> 
            </v12:rdn> 
         </v11:explicitPathRef> 
      </v11:getMPLSTEExplicitPathRequest> 
   </soapenv:Body> 
</soapenv:Envelope> 
9.39.2 SOAP Response 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Header> 
      <header 
xmlns:ns19="http://www.cisco.com/epnm/mtop/nrf/xsd/protectp/ext/v1" 
xmlns:ns18="http://www.tmforum.org/mtop/nrf/xsd/route/v1"