[ACE-694] checkMwOrGeFeasibility SRD API is failing Created: 06/Mar/26 Updated: 08/Jun/26 Due: 03/Mar/26 Resolved: 02/Jun/26 |
|
| Status: | Ready for QA |
| Project: | ACE |
| Component/s: | SRD |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Normal |
| Reporter: | Mbaye Lo | Assignee: | Mbaye Lo |
| Resolution: | Not Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Attachments: |
|
||||||||
| Issue Links: |
|
||||||||
| Customer: |
OMAN-Tel
|
||||||||
| Planned Start: | |||||||||
| Planned End: | |||||||||
| Rejected By: | Zein Trabelsi | ||||||||
| Description |
|
checkMwOrGeFeasibility API is failing Request : Response: |
| Comments |
| Comment by Zein Trabelsi [ 10/Mar/26 ] |
|
check if customer name is null before using eq method of QueryDSL |
| Comment by Zein Trabelsi [ 10/Mar/26 ] |
|
fix will be available with release 4.0.0.5 |
| Comment by Mbaye Lo [ 18/May/26 ] |
|
API : checkMwOrGeFeasibility <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/"> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> |
| Comment by Zein Trabelsi [ 20/May/26 ] |
|
it works try below request : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" |
| Comment by Mbaye Lo [ 20/May/26 ] |
|
Working, but getting Performance issue now : 1.2s versus 21s |
| Comment by Mbaye Lo [ 02/Jun/26 ] |
|
Perf Issue |
| Comment by Ayed Bada [ 03/Jun/26 ] |
|
Implemented a performance improvement by fetching data directly from the database instead of using the report layer. This change is included in patch version *4.0.0.8*. |