[ACE-619] checkExchangeSupportsSpeed does'nt have same behaviour between OLD and NEW Created: 27/Feb/26  Updated: 10/Mar/26  Due: 23/Feb/26  Resolved: 03/Mar/26

Status: Rejected
Project: ACE
Component/s: FN
Affects Version/s: None
Fix Version/s: None

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

Customer:
OMAN-Tel
Planned Start:
Planned End:
Rejected By: Zein Trabelsi
Actual Start:
Date of Baselining:

 Description   

checkExchangeSupportsSpeed does'nt have same behaviour between OLD and NEW

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:checkExchangeSupportsSpeed>
<!-Optional:->
<exchangecode>IU35</exchangecode>
<!-Optional:->
<speed>2</speed>
</ser:checkExchangeSupportsSpeed>
</soapenv:Body>
</soapenv:Envelope>



 Comments   
Comment by Zein Trabelsi [ 27/Feb/26 ]

add getExchangeSwitchAvailableOspConnections method in CopperTrailBuilder service+
check if the port is free before checking the capacity.

Comment by Mbaye Lo [ 03/Mar/26 ]

Not fixed on both platforms, we are not able to retrieve an exchange with the right speed "true" as response

Comment by Zein Trabelsi [ 09/Mar/26 ]

its fixed, find bellow request that return true in both :

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:checkExchangeSupportsSpeed>
<!-Optional:->
<exchangecode>XF08</exchangecode>
<!-Optional:->
<speed>1</speed>
</ser:checkExchangeSupportsSpeed>
</soapenv:Body>
</soapenv:Envelope>

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