Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Not Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
-
Product:NEP
Description
Review SRD API getIpOpticsDesignParameters
<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:getIpOpticsDesignParameters>
<!-Optional:->
<requestId>742</requestId>
<!-Optional:->
<serviceName>890201_MPLS Gold</serviceName>
</ser:getIpOpticsDesignParameters>
</soapenv:Body>
</soapenv:Envelope>
1. getIpOpticsDesignParameters : for this API, I tried several samples, but the cost I’m getting is empty. It seems that we don’t have data. Is it possible to insert a cost more than 50 OMR.
REQUEST / RESPONSE :
<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:getIpOpticsDesignParameters>
<!-
Optional:-><requestId>341</requestId>
<!-
Optional:-><serviceName>1608320_FBB</serviceName>
</ser:getIpOpticsDesignParameters>
</soapenv:Body>
</soapenv:Envelope>
<soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/>
<soap:Body>
<ns2:getIpOpticsDesignParametersResponse xmlns:ns2=http://server.internal.api.srd.nep.mobinets.com/>
<return>
<ipOpticsTotalCost>0.0</ipOpticsTotalCost>
</return>
</ns2:getIpOpticsDesignParametersResponse>
</soap:Body>
</soap:Envelope>