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
-
Product:NEP
Description
Review SRD API getMwDesignParameters
<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:getMwDesignParameters>
<!-Optional:->
<requestId>406</requestId>
<!-Optional:->
<serviceName>1838806_Mobile Coverage</serviceName>
</ser:getMwDesignParameters>
</soapenv:Body>
</soapenv:Envelope>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
This request returns a default (empty) response.
To obtain a valid response, please run the following query to retrieve a valid request_id:
SELECT sm.request_id
FROM SRD_MILESTONE sm
INNER JOIN SRD_MILESTONE_PROFILE smp
ON sm.id = smp.MILESTONE_ID
WHERE sm.DTYPE = 'MW'
AND smp.TOWER_NEEDED = '1'
AND smp.site_id IS NOT NULL;