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  
 
 
556 
                     <ns4:value>
ochtrail-demo-ochnc-v123
</ns4:value> 
                  </ns4:rdn> 
               </ns7:objectName> 
            </ns5:serviceStateChangeList> 
         </ns3:cfsStateChange> 
      </ns3:terminateResponse> 
   </soap:Body> 
</soap:Envelope> 
9.57 terminate – CE Services  
The terminate is a generic call that can be used to terminate any provisioned CFS. The productNameRDN 
should contain the correct service type value for the “SERVICE_TYPE” RDN type. 
9.57.1 CE Service Terminate 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:terminateRequest> 
         <v11:rootRequest> 
            <v11:vendorExtensions> 
               <ciscoCeTerminateServiceRequest  
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> 
                     <serviceName>
EPL_Service_1
</serviceName> 
                  </ciscoCeServiceOrderData> 
               </ciscoCeTerminateServiceRequest> 
            </v11:vendorExtensions> 
         </v11:rootRequest> 
         <v11:productName> 
            <v12:rdn> 
               <v12:type>MD</v12:type> 
               <v12:value>CISCO_EPNM</v12:value> 
            </v12:rdn> 
            <v12:rdn> 
               <v12:type>SERVICE_TYPE</v12:type> 
               <v12:value>EPL</v12:value> 
            </v12:rdn>