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 
8
 
 
   
 
<ns2:getManagedElementResponse 
xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/sche
ma/InventoryIRPData" 
xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-
800/GenericIRPData"> 
<getMEResp> 
<invokeIdentifierOut>1234</invokeIdentifierOut> 
<responseMessage>Inventory Request Initiated for {[ManagedElement(Key=ASR5500-
35)]} with request ID 10018</responseMessage> 
</getMEResp> 
</ns2:getManagedElementResponse> 
</soap:Body> 
</soap:Envelope>
 
 
2.1.4  InventoryIRP::getStatus 
Operation: getStatus 
 
SOAP Request: 
<soapenv:Envelope 
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"xmlns:inv="http://www.3gpp.or
g/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/InventoryIRPData"> 
 
<soapenv:Header/> 
 
<soapenv:Body> 
 
 
<inv:getStatus> 
 
 
 
<requestID>10017</requestID> 
 
 
</inv:getStatus> 
 
</soapenv:Body> 
</soapenv:Envelope> 
 
SOAP Response: 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
 
<soap:Body> 
 
 
<ns2:getStatusResponseType 
xmlns:ns2="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I
nventoryIRPData" 
 
 
xmlns:ns3="http://www.3gpp.org/ftp/Specs/archive/32_series/32317/schema/32317-
800/GenericIRPData"> 
 
 
 
<statusResponseList> 
 
 
 
 
<aggregatedStatus>IN_PROGRESS</aggregatedStatus> 
 
 
 
 
<statusResponseInfo> 
 
 
 
 
 
<requestID>10017</requestID> 
 
 
 
 
 
<managementDomain>CISCO_PRIME</managementDomain> 
 
 
 
 
 
<operationName>getAllInventory</operationName> 
 
 
 
 
 
<operationStatus>IN_PROGRESS</operationStatus> 
 
 
 
 
 
<currentTime>2013-09-
13T11:28:52.843+05:30</currentTime> 
 
 
 
 
 
<additionalInfo> 
 
 
 
 
 
 
<avpairType> 
 
 
 
 
 
 
 
<name>comURI</name> 
 
 
 
 
 
 
 
<value>net://net:1</value> 
 
 
 
 
 
 
</avpairType> 
 
 
 
 
 
 
<avpairType> 
 
 
 
 
 
 
 
<name>domainManager</name> 
 
 
 
 
 
 
 
<value>ilpn2insuit-lnx</value> 
 
 
 
 
 
 
</avpairType> 
 
 
 
 
 
</additionalInfo> 
 
 
 
 
</statusResponseInfo> 
 
 
 
</statusResponseList> 
 
 
</ns2:getStatusResponseType> 
 
</soap:Body> 
</soap:Envelope>