Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
-
Product:NEP
Description
Review SRD API getSubscriberCurrentNetwork
<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:getSubscriberCurrentNetwork>
<!-Optional:->
<requestNo>12082088</requestNo>
<!-Optional:->
<subscriberNo>24220910</subscriberNo>
<!-Optional:->
<serviceType>Route_Check</serviceType>
<!-Optional:->
<bandwidth>100.0</bandwidth>
</ser:getSubscriberCurrentNetwork>
</soapenv:Body>
</soapenv:Envelope>
SELECT m.SUBSCRIBER_NUMBER, m.CE_NE_TYPE, m.CE_ID
FROM SRD_MPLS_DETAILS_VIEW m
WHERE NOT EXISTS (
SELECT 1 FROM SRD_NE_RELATION_VIEW r
WHERE r.SUBSCRIBER_NUMBER = m.SUBSCRIBER_NUMBER
)
FETCH FIRST 5 ROWS ONLY;