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 
 
 
489 
                     <ns4:type>CFS</ns4:type> 
                     <ns4:value>Test ENNI</ns4:value> 
                  </ns4:rdn> 
               </ns7:objectName> 
            </ns5:cfsCreationEvents> 
         </ns3:cfsCreation> 
          
      </ns3:provisionResponse> 
   </soap:Body> 
</soap:Envelope> 
9.50 modify – CE Services 
9.50.1 CE Service EPL Modify 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.tmforum.org/mtop/sa/xsd/sai/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1"> 
    <soapenv:Header> 
        <v1:header /> 
    </soapenv:Header> 
    <soapenv:Body> 
        <v11:modifyRequest> 
            <v11:basicInput> 
                <v11:vendorExtensions> 
                    <ciscoCeModifyServiceRequest 
xmlns="http://www.cisco.com/epnm/mtop/sa/xsd/sai/ext/ce/v1"> 
                        <cfsRef> 
                            <v12:rdn> 
                                <v12:type>MD</v12:type> 
                                <v12:value>CISCO_EPNM</v12:value> 
                            </v12:rdn> 
                            <v12:rdn> 
                                <v12:type>CFS</v12:type> 
                                <v12:value>EPL_Service_1</v12:value> 
                            </v12:rdn> 
                        </cfsRef> 
                        <ciscoCeServiceOrderData> 
                            <bundling>false</bundling> 
                            <ccmInterval>1 sec</ccmInterval> 
                            
<ceVlanIdPreservation>true</ceVlanIdPreservation> 
                            
<ceVlanCosPreservation>true</ceVlanCosPreservation> 
                            <mtuSize>1544</mtuSize> 
                            <faultManagementMap /> 
                        </ciscoCeServiceOrderData> 
                    </ciscoCeModifyServiceRequest> 
                </v11:vendorExtensions> 
                <v11:productInfo> 
                    <v11:productName> 
                        <v12:rdn> 
                            <v12:type>MD</v12:type> 
                            <v12:value>CISCO_EPNM</v12:value>