[ACE-723] Review SRD API getHQ 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 getHQ
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<ns3:getHQ
xmlns:ns3="http://server.internal.api.srd.nep.mobinets.com/"
xmlns="">
<hqLat>23.620425499929308</hqLat>
<hqLong>58.21212000047893</hqLong>
<requestId>02102024</requestId>
<serviceName>1094301_FBB</serviceName>
</ns3:getHQ>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>



 Comments   
Comment by Anonymous [ 31/Mar/26 ]

The API is currently returning an empty response.

To retrieve data, please run the following SQL query to get valid request_id and service_name values:

SELECT
scd.request_id,
ssd.SERVICE_NAME,
scd.ACCOUNT_NAME
FROM
SRD_CUSTOMER_DETAILS scd
INNER JOIN
SRD_SERVICE_DETAILS ssd
ON scd.id = ssd.CUSTOMER_ID
INNER JOIN
SRD_HQ_NE_DETAILS_V shqnd
ON scd.ACCOUNT_NAME = shqnd.customer_name;

This query will help you identify valid data to use when testing the API.

Note: I attempted to test this on my local environment, but no valid data was available.

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