Cisco Cisco Evolved Programmable Network Manager 1.2 Developer's Guide

Page of 594
[Type text] 
 
 
Cisco EPN Manager OSS  Integration  Guide for  MTOSI 
 
 
537 
         </ns3:cfsStateChange> 
      </ns3:modifyResponse> 
   </soap:Body> 
</soap:Envelope> 
 
9.52 retrieveServiceStates – CE Services 
This is a generic request that can be used to retrieve the service states of all supported service 
types. The service type should be specified in the ProductNameRDN for the RDN type 
“SERVICE_TYPE” 
9.52.1 CE Service Retrieve Service States 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></v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:retrieveServiceStatesRequest> 
         <v11:rootRequest> 
            <!--Optional:--> 
            <v11:vendorExtensions> 
               <ciscoCeRetrieveServiceStatesRequest 
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> 
               </ciscoCeRetrieveServiceStatesRequest> 
            </v11:vendorExtensions> 
         </v11:rootRequest> 
         <v11:productName> 
            <!--1 or more repetitions:--> 
            <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:retrieveServiceStatesRequest> 
   </soapenv:Body> 
</soapenv:Envelope>