[ACE-727] Review SRD API getObbServiceResources Created: 10/Mar/26  Updated: 01/Apr/26  Due: 17/Mar/26  Resolved: 01/Apr/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 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';

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