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 
6
 
 
   
 
2  3GPP SOAP Request Response 
 
The  section  describes  SOAP Request -  Response for 3GPP Operations for the following 
Interface Reference Points (IRPs) 
 
•  Inventory Management IRP 
•  File Transfer ( FT ) IRP 
•  Notification IRP 
 
In  Prime Network 4.1 release, 3GPP interfaces  are  supported  on  ASR5000 and ASR5500 
devices. 
2.1  Inventory Management IRP 
2.1.1  InventoryIRP::getAllManagedElementNames 
OperationName: getAllManagedElementNames 
 
SOAP Request: 
 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:inv="http://www.3gpp.org/ftp/Specs/archive/32_series/ciscoTgppInventory/schema/I
nventoryIRPData"> 
<soapenv:Header/> 
<soapenv:Body> 
<inv:getAllManagedElementNames> 
<invokeIdentifierIn>1234</invokeIdentifierIn> 
<queryXpathExp>/MD=CISCO_PRIME</queryXpathExp> 
</inv:getAllManagedElementNames> 
</soapenv:Body> 
</soapenv:Envelope>
 
 
SOAP Response: 
 
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
<soap:Body> 
<ns2:getAllManagedElementNamesResponse 
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"> 
<getAllMENamesResponse> 
<invokeIdentifierOut>1234</invokeIdentifierOut> 
<meNameListOut> 
<meType> 
<meName>ASR5500-35</meName> 
<meType>CISCO_ASR_5500</meType> 
</meType> 
<meType> 
<meName>ASR5500-105</meName> 
<meType>CISCO_ASR_5000</meType> 
</meType> 
</meNameListOut> 
</getAllMENamesResponse> 
</ns2:getAllManagedElementNamesResponse> 
</soap:Body>