Details
-
Type:
Bug
-
Status:
Ready for QA
(View Workflow)
-
Priority:
Normal
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
-
Product:NEP
Description
Getting error while creating FN WO on .180 While it's working fine on .84
SAME REQUEST SENT ON .180 and .84 :
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/">
<fAppType>I</fAppType>
<fOLT>QUR2</fOLT>
<fFDHMDU>029S</fFDHMDU>
<fDPAP>0003</fDPAP>
<fFTP>NFTP</fFTP>
<fSubno>44449113</fSubno>
<fSubscr_Type>T</fSubscr_Type>
<fWOID>4444900313</fWOID>
<fUsage_Type>G</fUsage_Type>
<fOrder_Type>INST</fOrder_Type>
<fUserID>11362845</fUserID>
<arborOrderId>444490113</arborOrderId>
</NS3:arborWOREGPON_fCNAREGPON>
</soapenv:Body>
</soapenv:Envelope>
RESPONSE ON .180
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-1ba80613-5dea-4e4a-aaee-8a33e2ae5e52">
<wsse:Username>nep-api-key</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<soap:Body>
<ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>1</return>
</ns2:arborWOREGPON_fCNAREGPONResponse>
</soap:Body>
</soap:Envelope>
RESPONSE ON .84:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<wsse:UsernameToken wsu:Id="UsernameToken-cdea2fd0-a9b0-4b51-a1aa-9ae69ceac9b8">
<wsse:Username>nep-api-key</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
<soap:Body>
<ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
<return>0</return>
</ns2:arborWOREGPON_fCNAREGPONResponse>
</soap:Body>
</soap:Envelope>
Attachments
Issue Links
Activity
| Field | Original Value | New Value |
|---|
| Description |
Getting error while creating SRD Request on 10.164.144.180
erroir code : 1 |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/"> <fAppType>I</fAppType> <fOLT>QUR2</fOLT> <fFDHMDU>029S</fFDHMDU> <fDPAP>0003</fDPAP> <fFTP>NFTP</fFTP> <fSubno>44449113</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>4444900313</fWOID> <fUsage_Type>G</fUsage_Type> <fOrder_Type>INST</fOrder_Type> <fUserID>11362845</fUserID> <arborOrderId>444490113</arborOrderId> </NS3:arborWOREGPON_fCNAREGPON> </soapenv:Body> </soapenv:Envelope> |
| Description |
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/"> <fAppType>I</fAppType> <fOLT>QUR2</fOLT> <fFDHMDU>029S</fFDHMDU> <fDPAP>0003</fDPAP> <fFTP>NFTP</fFTP> <fSubno>44449113</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>4444900313</fWOID> <fUsage_Type>G</fUsage_Type> <fOrder_Type>INST</fOrder_Type> <fUserID>11362845</fUserID> <arborOrderId>444490113</arborOrderId> </NS3:arborWOREGPON_fCNAREGPON> </soapenv:Body> </soapenv:Envelope> |
SAME REQUEST SENT ON .180 and .84 : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/"> <fAppType>I</fAppType> <fOLT>QUR2</fOLT> <fFDHMDU>029S</fFDHMDU> <fDPAP>0003</fDPAP> <fFTP>NFTP</fFTP> <fSubno>44449113</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>4444900313</fWOID> <fUsage_Type>G</fUsage_Type> <fOrder_Type>INST</fOrder_Type> <fUserID>11362845</fUserID> <arborOrderId>444490113</arborOrderId> </NS3:arborWOREGPON_fCNAREGPON> </soapenv:Body> </soapenv:Envelope> RESPONSE ON .180 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-1ba80613-5dea-4e4a-aaee-8a33e2ae5e52"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>1</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> RESPONSE ON .84: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-cdea2fd0-a9b0-4b51-a1aa-9ae69ceac9b8"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>0</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> |
| Attachment | Getting error while creating FN WO .180.jpg [ 136658 ] | |
| Attachment | Creating WO on FN .84 is working fine on .jpg [ 136659 ] |
| Description |
SAME REQUEST SENT ON .180 and .84 : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/"> <fAppType>I</fAppType> <fOLT>QUR2</fOLT> <fFDHMDU>029S</fFDHMDU> <fDPAP>0003</fDPAP> <fFTP>NFTP</fFTP> <fSubno>44449113</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>4444900313</fWOID> <fUsage_Type>G</fUsage_Type> <fOrder_Type>INST</fOrder_Type> <fUserID>11362845</fUserID> <arborOrderId>444490113</arborOrderId> </NS3:arborWOREGPON_fCNAREGPON> </soapenv:Body> </soapenv:Envelope> RESPONSE ON .180 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-1ba80613-5dea-4e4a-aaee-8a33e2ae5e52"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>1</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> RESPONSE ON .84: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-cdea2fd0-a9b0-4b51-a1aa-9ae69ceac9b8"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>0</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> |
Getting error while creating FN WO on .180 While it's working fine on .84
SAME REQUEST SENT ON .180 and .84 : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <NS3:arborWOREGPON_fCNAREGPON xmlns:NS3="http://server.api.nep.mobinets.com/"> <fAppType>I</fAppType> <fOLT>QUR2</fOLT> <fFDHMDU>029S</fFDHMDU> <fDPAP>0003</fDPAP> <fFTP>NFTP</fFTP> <fSubno>44449113</fSubno> <fSubscr_Type>T</fSubscr_Type> <fWOID>4444900313</fWOID> <fUsage_Type>G</fUsage_Type> <fOrder_Type>INST</fOrder_Type> <fUserID>11362845</fUserID> <arborOrderId>444490113</arborOrderId> </NS3:arborWOREGPON_fCNAREGPON> </soapenv:Body> </soapenv:Envelope> RESPONSE ON .180 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-1ba80613-5dea-4e4a-aaee-8a33e2ae5e52"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>1</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> RESPONSE ON .84: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <wsse:Security soap:mustUnderstand="1" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"> <wsse:UsernameToken wsu:Id="UsernameToken-cdea2fd0-a9b0-4b51-a1aa-9ae69ceac9b8"> <wsse:Username>nep-api-key</wsse:Username> <wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">mobinets@2017</wsse:Password> </wsse:UsernameToken> </wsse:Security> </SOAP-ENV:Header> <soap:Body> <ns2:arborWOREGPON_fCNAREGPONResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return>0</return> </ns2:arborWOREGPON_fCNAREGPONResponse> </soap:Body> </soap:Envelope> |
| Summary | CLONE - Getting error while creating SRD Request on 10.164.144.180 | Getting error while creating FN WO on .180 While it's working fine on .84 |
| Status | Open Bug [ 10108 ] | Dev Scheduled [ 10014 ] |
| Status | Dev Scheduled [ 10014 ] | Implementation in progress [ 10016 ] |
| Assignee | Zein Trabelsi [ ztrabelsi ] | Ayed Bada [ abada ] |
| Status | Implementation in progress [ 10016 ] | To Be Released [ 10400 ] |
| Status | To Be Released [ 10400 ] | Ready for QA [ 10023 ] |
| Assignee | Ayed Bada [ abada ] | Mbaye Lo [ mbayel ] |