Details
-
Type:
Bug
-
Status:
Cancelled
(View Workflow)
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:None Labels
-
Customer:OMAN-Tel
-
Complexity:Medium
-
Product:NEP
Description
Input:
<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:updateSrdServiceStatus>
<!-Optional:->
<requestId>05</requestId>
<!-Optional:->
<serviceName>FBB</serviceName>
<!-Optional:->
<serviceStatus>Upgrade</serviceStatus>
</ser:updateSrdServiceStatus>
</soapenv:Body>
</soapenv:Envelope>
Output:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:updateSrdServiceStatusResponse xmlns:ns2="http://server.internal.api.srd.nep.mobinets.com/"/>
</soap:Body>
</soap:Envelope>
Same for both 179 and new local
Attachments
Issue Links
- is cloned by
-
ACE-1006
For SRD OBB Scenario, we are not reaching the OBC Activation task - Verify if SRD is sending to the right destination (OBC Team)
-
How to test:
Open SRD UI -> navigate to the target request (http://10.172.20.206:8285/NEP_SRD_UI/request/0002)
{CR Number}Note the current Request Type field value
Build the serviceName parameter as:
_
{Service}From screenshot: 1319442_MPLS
Send the SOAP request with one of the valid serviceStatus values below
Refresh the request page in the UI
Confirm Request Type field has changed accordingly
Valid serviceStatus values:
AVAILABLE
PARTIALLY_AVAILABLE
UNAVAILABLE
COMPLEX
Sample request:
<ser:updateSrdServiceStatus>
<requestId>0002</requestId>
<serviceName>1319442_MPLS</serviceName>
<serviceStatus>UNAVAILABLE</serviceStatus>
</ser:updateSrdServiceStatus>