[ACE-727] Review SRD API getObbServiceResources Created: 10/Mar/26  Updated: 12/May/26  Due: 17/Mar/26  Resolved: 12/May/26

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

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Fixed 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 getObbServiceResources
<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:getObbServiceResources>
<!-Optional:->
<requestId>406</requestId>
</ser:getObbServiceResources>
</soapenv:Body>
</soapenv:Envelope>



 Comments   
Comment by Anonymous [ 01/Apr/26 ]

This request returns an empty response by default.
To obtain a valid response, please run the following SQL query to retrieve the correct requestId:
SELECT sm.request_id
FROM SRD_MILESTONE sm
INNER JOIN SRD_SERVICE_RESSOURCES ssr
ON sm.id = ssr.milestone_id
WHERE ssr.SELECTED_SOLUTION = 'OBB';

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 Mbaye Lo [ 12/May/26 ]

Request ID 558 is working find

Generated at Mon Jun 15 15:58:50 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.