[ACE-723] Review SRD API getHQ Created: 10/Mar/26 Updated: 10/Jun/26 Due: 17/Mar/26 Resolved: 25/May/26 |
|
| Status: | Ready for QA |
| Project: | ACE |
| Component/s: | SRD |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Not Fixed | Votes: | 0 |
| Labels: | Milestone2 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||
| Customer: |
OMAN-Tel
|
||||||||
| Planned Start: | |||||||||
| Planned End: | |||||||||
| Product: | NEP | ||||||||
| Rejected By: | Zein Trabelsi | ||||||||
| Description |
|
Review SRD API getHQ |
| 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 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. |
| Comment by Mbaye Lo [ 11/May/26 ] |
|
Please provide a sample in Omantel platforms 179 and 84 and to be demoed in SRD UI |
| Comment by Zein Trabelsi [ 15/May/26 ] |
|
What it does: Returns the HQ network element details for a customer associated with an SRD service request. It resolves the customer name from the SRD request using the serviceName, then looks up that customer's HQ NE from db. How to construct a valid request: Pick an SRD request that has customer details with a serviceName — use REQUEST_ID as requestId and the service name as serviceName <ns3:getHQ> How to verify from SRD UI: |
| Comment by Zein Trabelsi [ 15/May/26 ] |
|
How to construct the request: Step 1 — Find a valid requestId + serviceName from DB: Step 2 — Use the result in the SOAP call: How to verify the result: The API response (name, objectId, type) must match |
| Comment by Mbaye Lo [ 18/May/26 ] |
|
It worked fine on .84
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
BUT I'M GETTING ERROR ON THE STAGING .179 DO YOU HAVE THE CREDENTIALS OF THE DB .80 TO VERIFY THAT THE SAME DATA ARE THERE FOR THE INPUT? |
| Comment by Zein Trabelsi [ 22/May/26 ] |
|
Hostname : wat-sf-db01t-p.omantel.om |
| Comment by Mbaye Lo [ 25/May/26 ] |
|
Getting this error when fetching test data on the old platform DB .179: ORA-00942: table or view does not exist |
| Comment by Anonymous [ 02/Jun/26 ] |
|
The new SQL script has been applied on the main trunk and cloud database, so the ORA-00942 issue is resolved there. For the cloud environment, we need to deploy the new patch 4.0.0.8. For staging, I have requested the integration team to refresh the server. |