Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 533
 
 
         
  
 
  
Appendix III – Sample SOAP 
Request Response                                      
 
 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
501 
9.48.2 setIntendedRoute 
9.48.2.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.tmforum.org/mtop/rp/xsd/conc/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
   <soapenv:Header> 
      <v1:header> 
  
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:setIntendedRouteRequest> 
         <!--Optional:--> 
         <v11:sncRef> 
            <!--1 or more repetitions:--> 
           <v12:rdn> 
               <v12:type>MD</v12:type> 
               <v12:value>CISCO_EPNM</v12:value> 
            </v12:rdn> 
           <v12:rdn> 
               <v12:type>CFS</v12:type> 
               <v12:value>322363</v12:value> 
            </v12:rdn> 
         </v11:sncRef> 
         <!--Optional:--> 
         <v11:routeId>?</v11:routeId> 
         <!--Optional:--> 
         <v11:vendorExtensions> 
            <!--You may enter ANY elements at this point--> 
         </v11:vendorExtensions> 
      </v11:setIntendedRouteRequest> 
   </soapenv:Body> 
</soapenv:Envelope> 
9.48.2.2 
SOAP Response 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
    
   <soap:Header> 
      <header xmlns:ns36="http://www.tmforum.org/mtop/fmw/xsd/comd/v1" 
xmlns:ns35="http://www.cisco.com/epnm/mtop/msi/xsd/olir/v1" 
xmlns:ns34="http://www.tmforum.org/mtop/nra/xsd/tcaid/v1" 
xmlns:ns33="http://www.tmforum.org/mtop/nra/xsd/atcaid/v1" 
xmlns:ns32="http://www.tmforum.org/mtop/nra/xsd/prc/v1" 
xmlns:ns31="http://www.tmforum.org/mtop/nra/xsd/alarmid/v1" 
xmlns:ns30="http://www.cisco.com/epnm/mtop/nrf/xsd/snc/ext/v1" 
xmlns:ns29="http://www.tmforum.org/mtop/nrf/xsd/routedes/v1" 
xmlns:ns28="http://www.tmforum.org/mtop/rtm/xsd/ah/v1" 
xmlns:ns27="http://www.tmforum.org/mtop/fmw/xsd/msg/v1" 
xmlns:ns26="http://www.tmforum.org/mtop/nrf/xsd/ptp/v1" 
xmlns:ns25="http://www.tmforum.org/mtop/nrf/xsd/ftp/v1"