Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 594
[Type text] 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
544 
9.55 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.55.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> 
         </v11:productName> 
         <v11:soaInput> 
            <!--Storm: ignored--> 
            <v11:requestedCompletionDate>2014-10-06T00:08:15.328-
07:00</v11:requestedCompletionDate> 
            <v11:priority>0</v11:priority> 
            <v11:purchaseOrder>NONE</v11:purchaseOrder>