[ACE-694] checkMwOrGeFeasibility SRD API is failing Created: 06/Mar/26  Updated: 10/Mar/26  Due: 03/Mar/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: Unresolved Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:

 Description   

checkMwOrGeFeasibility API is failing

Request :
<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:checkMwOrGeFeasibility>
<!-Optional:->
<requestId>821</requestId>
<!-Optional:->
<serviceName>1319442_FBB</serviceName>
<!-Optional:->
<siteLat>23.55626893321905</siteLat>
<!-Optional:->
<siteLong>58.21754375406719</siteLong>
<!-Optional:->
<maxDistanceInMeters>30.0</maxDistanceInMeters>
<!-Optional:->
<coordinateFormat>geo_wgs84</coordinateFormat>
<!-Optional:->
<bandWith>10</bandWith>
<!-Optional:->
<nbLines>10</nbLines>
<!-Optional:->
<nbChannels>10</nbChannels>
</ser:checkMwOrGeFeasibility>
</soapenv:Body>
</soapenv:Envelope>

Response:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>eq(null) is not allowed. Use isNull() instead</faultstring>
<detail>
<ns1:NepFault xmlns:ns1="http://server.internal.api.srd.nep.mobinets.com/">
<errorCode xmlns:ns2="http://server.internal.api.srd.nep.mobinets.com/">-1</errorCode>
</ns1:NepFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>



 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

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