[ACE-698] getMplsGoldTrails SRD API is failing on Both OLD and NEW with different response Created: 06/Mar/26  Updated: 10/Mar/26  Due: 03/Mar/26  Resolved: 10/Mar/26

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

Type: Bug Priority: Normal
Reporter: Mbaye Lo Assignee: Mbaye Lo
Resolution: Cancelled Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Rejected By: Zein Trabelsi

 Description   

getMplsGoldTrails SRD API is failing on Both OLD and NEW with different response

Request :
<maxDpDistanceInMeters>20000</maxDpDistanceInMeters>
<!-Optional:->
<maxExchangeDistanceInMeters>20000</maxExchangeDistanceInMeters>
<!-Optional:->
<bandwidth>512.0</bandwidth>
<!-Optional:->
<maxApDistanceInMeters>20000</maxApDistanceInMeters>
<!-Optional:->
<coordinateFormat>geo_wgs84</coordinateFormat>
</ser:getMplsGoldTrails>
</soapenv:Body>
</soapenv:Envelope>

Response on OLD .179:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Fault occurred while processing.</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>

Response on NEW .84:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Error unmarshaling return; nested exception is:
java.io.InvalidClassException: org.springframework.web.client.HttpClientErrorException$BadRequest; local class incompatible: stream classdesc serialVersionUID = -2426390247171100057, local class serialVersionUID = -9213866914660150154</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 ]

Request sent is not complete , it accept 8 parameters , the request mentioned in the ticket has only 5 params

Generated at Wed Apr 15 10:44:21 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.