Cisco Cisco Prime Network 4.1 Developer's Guide

Page of 250
 
                                           3GPP SOAP Request Response
 
 
Annexure: Cisco Prime  Network OSS  Integration  Guide –Sample SOAP Request and Response 
 
 
27 
2.4.2  NotificationIRP::unsubscribe 
 
Operation: unsubscribe 
 
SOAP Request: 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:not="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-
810/NotificationIRPData"> 
   <soapenv:Header/> 
   <soapenv:Body> 
      <not:unsubscribe> 
         <managerReference>
</managerReference> 
         <!--> 
         <subscriptionId>
</subscriptionId> 
      </not:unsubscribe> 
   </soapenv:Body> 
</soapenv:Envelope> 
 
SOAP Response: 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Body> 
      <ns2:unsubscribeResponse 
xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/32.307/schema/32307-
810/NotificationIRPData" 
xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32.317/schema/32317-
810/GenericIRPData"> 
         <unsubcsribeData> 
            <subscriptionId>
</subscriptionId> 
         </unsubcsribeData> 
      </ns2:unsubscribeResponse> 
   </soap:Body> 
</soap:Envelope>