[ACE-720]  Review SRD API getFiberDesignParameters Created: 10/Mar/26  Updated: 30/Mar/26  Due: 10/Mar/26  Resolved: 30/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

Attachments: PNG File ACE-720.PNG    
Customer:
OMAN-Tel
Planned Start:
Planned End:
Rejected By: Ayed Bada

 Description   

Review SRD API getFiberDesignParameters

<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:getFiberDesignParameters>
<!-Optional:->
<requestId>499</requestId>
<!-Optional:->
<serviceName>1043811_FBB</serviceName>
</ser:getFiberDesignParameters>
</soapenv:Body>
</soapenv:Envelope>



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

The API is working correctly. In this example, it returns a default response.

To get a real (non-default) response, please execute the following query:
SELECT sm.request_id, sbi.MILESTONE_ID
FROM SRD_MILESTONE sm
INNER JOIN SRD_BOQ_ITEM sbi
ON sm.id = sbi.MILESTONE_ID
WHERE DTYPE = 'FIBER';
This will provide a list of request_id values that can be used for testing and should return non-default data.

Please also refer to the attached screenshot, where I tested this in my local environment.

Generated at Wed Apr 15 15:08:58 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.