[ACE-858] updateSrdServiceStatus Created: 23/Apr/26  Updated: 15/Jun/26  Due: 30/Apr/26  Resolved: 15/Jun/26

Status: Cancelled
Project: ACE
Component/s: SRD
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Attachments: PNG File Untitled.png    
Issue Links:
Cloners
is cloned by ACE-1006 For SRD OBB Scenario, we are not reac... Open Bug
Customer:
OMAN-Tel
Planned Start:
Complexity: Medium
Product: NEP
Rejected By: Zein Trabelsi

 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



 Comments   
Comment by Zein Trabelsi [ 06/May/26 ]

How to test:

Open SRD UI -> navigate to the target request (http://10.172.20.206:8285/NEP_SRD_UI/request/0002)
Note the current Request Type field value
Build the serviceName parameter as:

{CR Number}

_

{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>

Comment by Mbaye Lo [ 15/Jun/26 ]

Fixed

Generated at Mon Jun 15 13:46:23 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.