[ACE-298] SRD .84 testing Created: 11/Nov/25  Updated: 17/Nov/25  Due: 14/Nov/25

Status: Ready for QA
Project: ACE
Component/s: SRD
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Normal
Reporter: Salem Dannawi Assignee: Salem Dannawi
Resolution: Unresolved Votes: 0
Labels: SRD
Remaining Estimate: 0 minutes
Time Spent: 1 day, 3 hours
Original Estimate: Not Specified

Customer:
OMAN-Tel
Planned Start:
Planned End:
Actual Start:
Date of Baselining:

 Description   

Kindly note that the testing of global APIs on SRD .84 is not working well as staging,
The below is an example of creating FBB same request on staging working fine but on .84 getting error:

Staging:

<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
<soapenv:Body>
<ns0:createServiceRequest xmlns:ns0=http://server.api.srd.nep.mobinets.com/>
<serviceRequestRq>
<customers>
<customerDetails>
<accountManager>SME</accountManager>
<accountName>ZAHRAT AL DAHLIA TRAIDING</accountName>
<accountNumbers>
<accountNumber>2064900</accountNumber>
</accountNumbers>
<crNumber>1319442</crNumber>
<services>
<service>
<bandwidth>100</bandwidth>
<contractDuration>3</contractDuration>
<customerContact>59242066</customerContact>
<cutomerTechnicalContactNumber>59242066</cutomerTechnicalContactNumber>
<saleType>SOLUTION</saleType>
<service>FBB</service>
<serviceInformation>FBB</serviceInformation>
<serviceType>NEW</serviceType>
<sites>
<site>
<buildingNo>223</buildingNo>
<coordinateFormat/>
<fiveG>true</fiveG>
<floorNo>5</floorNo>
<fourG>true</fourG>
<gisPoints>
<gisPoint>
<coordinateFormat>EAST_NORTH</coordinateFormat>
<latitude>2605628.47</latitude>
<longitude>624265.00</longitude>
</gisPoint>
</gisPoints>
<governorate>Muscat</governorate>
<siteName>Test A</siteName>
<siteType>A</siteType>
<temporarySite>TRUE</temporarySite>
<wilayah>Muscat</wilayah>
</site>
</sites>
<monthlyRevenue>123</monthlyRevenue>
</service>
</services>
</customerDetails>
</customers>
<operation>NEW</operation>
<projectBrief>Test_12042023_2</projectBrief>
<projectType>STRATEGIC_PROJECT</projectType>
<requestId>202511077</requestId>
<requester>Yusuf Aurangabadi (Z4887518)</requester>
<wfbbAcceptable>true</wfbbAcceptable>
<gtmComments>hello</gtmComments>
</serviceRequestRq>
</ns0:createServiceRequest>
</soapenv:Body>
</soapenv:Envelope>

Response:

<soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>
<soap:Body>
<ns2:createServiceRequestResponse xmlns:ns2=http://server.api.srd.nep.mobinets.com/>
<createServiceRequestRs>
<errorCode>0</errorCode>
<message>Request saved successfully</message>
<requestId>202511077</requestId>
</createServiceRequestRs>
</ns2:createServiceRequestResponse>
</soap:Body>
</soap:Envelope>

.84:

<soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance>
<soapenv:Body>
<ns0:createServiceRequest xmlns:ns0=http://server.api.srd.nep.mobinets.com/>
<serviceRequestRq>
<customers>
<customerDetails>
<accountManager>SME</accountManager>
<accountName>ZAHRAT AL DAHLIA TRAIDING</accountName>
<accountNumbers>
<accountNumber>2064900</accountNumber>
</accountNumbers>
<crNumber>1319442</crNumber>
<services>
<service>
<bandwidth>100</bandwidth>
<contractDuration>3</contractDuration>
<customerContact>59242066</customerContact>
<cutomerTechnicalContactNumber>59242066</cutomerTechnicalContactNumber>
<saleType>SOLUTION</saleType>
<service>FBB</service>
<serviceInformation>FBB</serviceInformation>
<serviceType>NEW</serviceType>
<sites>
<site>
<buildingNo>223</buildingNo>
<coordinateFormat/>
<fiveG>true</fiveG>
<floorNo>5</floorNo>
<fourG>true</fourG>
<gisPoints>
<gisPoint>
<coordinateFormat>EAST_NORTH</coordinateFormat>
<latitude>2605628.47</latitude>
<longitude>624265.00</longitude>
</gisPoint>
</gisPoints>
<governorate>Muscat</governorate>
<siteName>Test A</siteName>
<siteType>A</siteType>
<temporarySite>TRUE</temporarySite>
<wilayah>Muscat</wilayah>
</site>
</sites>
<monthlyRevenue>123</monthlyRevenue>
</service>
</services>
</customerDetails>
</customers>
<operation>NEW</operation>
<projectBrief>Test_12042023_2</projectBrief>
<projectType>STRATEGIC_PROJECT</projectType>
<requestId>202511077</requestId>
<requester>Yusuf Aurangabadi (Z4887518)</requester>
<wfbbAcceptable>true</wfbbAcceptable>
<gtmComments>hello</gtmComments>
</serviceRequestRq>
</ns0:createServiceRequest>
</soapenv:Body>
</soapenv:Envelope>

Response:

<soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>Could not initialize class de.cosiro.gis.frame.GisSystem</faultstring>
</soap:Fault>
</soap:Body>
</soap:Envelope>

Please advise.



 Comments   
Comment by Salem Dannawi [ 11/Nov/25 ]

logs
https://mobinets-my.sharepoint.com/personal/natnael_asfaw_mobinets_com/_layouts/15/onedrive.aspx?id=%2Fpersonal%2Fnatnael%5Fasfaw%5Fmobinets%5Fcom%2FDocuments%2F84SRD%5F07Nov2025%5F1&ga=1

Comment by Anonymous [ 12/Nov/25 ]

Hello,
The issue is fixed, I removed nep-gis dependency and migrate to geokit and compatible packages
patch 4.0.0.3
next deployemnt will be ready
Best Regards.

Generated at Wed Apr 15 14:43:35 EEST 2026 using JIRA 6.1.4#6159-sha1:44eaedef2e4a625c6c7183698b2468d4719c20dc.