[ACE-724] Review SRD API getIPCoreRoute Created: 10/Mar/26  Updated: 31/Mar/26  Due: 17/Mar/26  Resolved: 31/Mar/26

Status: Rejected
Project: ACE
Component/s: SRD
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Cancelled Votes: 0
Labels: Milestone2
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Product: NEP
Rejected By: Ayed Bada

 Description   

Review SRD API getIPCoreRoute
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getIPCoreRoute>
<!-Zero or more repetitions:->
<siteIds>H0001</siteIds>
<!-Optional:->
<pathsNum>1</pathsNum>
</ser:getIPCoreRoute>
</soapenv:Body>
</soapenv:Envelope>



 Comments   
Comment by Ayed Bada [ 31/Mar/26 ]

The API currently returns an empty response. To get a complete response, we need to run the following query to retrieve the siteId covered by the API:
SELECT srv.site_id
FROM SRD_ROUTER_VIEW srv
INNER JOIN ELEMENTADDITIONALINFO edi
ON srv.id = edi.ElementId
WHERE attribute = 'NE_Network_Position'
AND value = 'PE';

Generated at Wed Apr 15 14:42:54 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.