[ACE-592] getMPLSAccountDetails is havinng Performance Issue Created: 19/Feb/26  Updated: 24/Feb/26  Due: 18/Feb/26

Status: Ready for QA
Project: ACE
Component/s: FN
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Unresolved Votes: 0
Labels: Milestone2
Remaining Estimate: 0 minutes
Time Spent: 5 hours
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Actual Start:
Date of Baselining:

 Description   

getMPLSAccountDetails is havinng Performance Issue :

1.9s on OLD versus 6s on NEW

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getMPLSAccountDetails>
<!-Optional:->
<serviceAccountNumber>931078</serviceAccountNumber>
</ser:getMPLSAccountDetails>
</soapenv:Body>
</soapenv:Envelope>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getMPLSAccountDetailsResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>
<errorCode>0</errorCode>
<errorMessage>SUCCESS</errorMessage>
<mplsDetails/>
</return>
</ns2:getMPLSAccountDetailsResponse>
</soap:Body>
</soap:Envelope>



 Comments   
Comment by Ayed Bada [ 24/Feb/26 ]

I simulated this request locally and the performance improved to around 1.1 seconds

Generated at Wed Apr 15 13:11:04 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.