Cisco Cisco Prime Central 1.5 Developer's Guide

Page of 229
NotificationProducer 
Subscribe 
RequestResponse-Subscribe 
Request - Subscrib 
<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/fmw/xsd/notmsg/v1"> 
   <soapenv:Header> 
      <v1:header> 
      </v1:header> 
   </soapenv:Header> 
   <soapenv:Body> 
      <v11:subscribeRequest> 
         <v11:consumerEpr>http://10.105.39.190:9201</v11:consumerEpr> 
         <!-Optional:-> 
         <v11:topic>INVENTORY_NOTIFICATIONS</v11:topic> 
      </v11:subscribeRequest> 
   </soapenv:Body> 
</soapenv:Envelope> 
Response - Subscrib 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
   <soap:Header> 
      <header xmlns:ns27="..."> 
         <activityName>subscribe</activityName> 
         <msgName>subscribeResponse</msgName> 
         <msgType>RESPONSE</msgType> 
         <activityStatus>SUCCESS</activityStatus> 
         <priority>HIGH - modified in 
NormalizeSoapMsg.processResponse</priority> 
         <communicationPattern>SimpleResponse</communicationPattern> 
         <communicationStyle>RPC</communicationStyle> 
         <timestamp>2012-09-14T11:43:18.444+05:30</timestamp> 
      </header> 
   </soap:Header> 
   <soap:Body> 
      <ns3:subscribeResponse "... "> 
         <ns3:subscriptionID>http://10.105.39.190:9201</ns3:subscriptionID> 
      </ns3:subscribeResponse> 
   </soap:Body> 
</soap:Envelope> 
ME Create Notification 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
 
 
<soap:Header> 
 
 
 
<header 
xmlns:ns40="http://www.cisco.com/mtop/sb/xsd/Cisco_svc/v1"