Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FN
-
Labels:
-
Customer:OMAN-Tel
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>
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
I simulated this request locally and the performance improved to around 1.1 seconds