Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Customer:OMAN-Tel
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.