Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Cancelled
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
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>
Attachments
Activity
| Field | Original Value | New Value |
|---|---|---|
| Gantt Options | Milestone (set to milestone: having a due date but zero effort) | |
| Planned Start | 2026-03-10 24:00 (milestone: set planned start date to due date) | |
| Planned End | 2026-03-10 24:00 (milestone: set planned end date to due date) |
| Assignee | Zein Trabelsi [ ztrabelsi ] | Ayed Bada [ abada ] |
| Attachment | ACE-720.PNG [ 131320 ] |
| Status | Open Bug [ 10108 ] | Rejected [ 10100 ] |
| Assignee | Ayed Bada [ abada ] | Mbaye Lo [ mbayel ] |
| Resolution | Cancelled [ 10100 ] |
| Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
|---|---|---|---|---|---|---|---|---|---|
|
20d 7h 2m | 1 | Ayed Bada | 30/Mar/26 2:44 PM |
|
Links Hierarchy |
Documentation
|
Documentation
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.