Details

    • Type: Bug Bug
    • Status: Closed Closed (View Workflow)
    • Priority: Normal Normal
    • Resolution: Fixed
    • Component/s: FN
    • Labels:
      None Labels
    • Customer:
      OMAN-Tel
    • Product:
      NEP

      Description

      FUL-T2C-GAMING-ADD termination process gaming is throwing success with error code 1

      <soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/ xmlns:ser=http://server.api.nep.mobinets.com/>
      <soapenv:Header/>
      <soapenv:Body>
      <ser:arbor_startProcess>
      <processName>FUL-T2C-GAMING-ADD</processName>
      <processVariables>
      <entry>
      <key>fWOID</key>
      <value>1440044003</value>
      </entry>
      <entry>
      <key>fSubno</key>
      <value>45005688</value>
      </entry>
      <entry>
      <key>arborOrderId</key>
      <value>440044003</value>
      </entry>
      <entry>
      <key>fUsage_Type</key>
      <value>G</value>
      </entry>
      <entry>
      <key>fUserID</key>
      <value>global-admin</value>
      </entry>
      <entry>
      <key>fOrder_Type</key>
      <value>55</value>
      </entry>
      <entry>
      <key>fSubscr_Type</key>
      <value>T</value>
      </entry>
      <entry>
      <key>fOLT</key>
      <value>QUR2</value>
      </entry>
      <entry>
      <key>fFDHMDU</key>
      <value>000S</value>
      </entry>
      <entry>
      <key>fDPAP</key>
      <value>0003</value>
      </entry>
      <entry>
      <key>fFTP</key>
      <value></value>
      </entry>
      <entry>
      <key>fWO_TYPE</key>
      <value>TESR</value>
      </entry>
      </processVariables>
      </ser:arbor_startProcess>
      </soapenv:Body>
      </soapenv:Envelope>

      <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-92c7d789-0e2d-4355-9fb5-7d743917c5ff">
      <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:arbor_startProcessResponse xmlns:ns2=http://server.api.nep.mobinets.com/>
      <return>
      <responseCode>1</responseCode>
      <responseMessage>Success</responseMessage>
      </return>
      </ns2:arbor_startProcessResponse>
      </soap:Body>
      </soap:Envelope>

        Activity

        Abdulrahman Dabboussi made changes -
        Field Original Value New Value
        Gantt Options Milestone (set to milestone: having a due date but zero effort)
        Planned Start 2026-03-30 24:00 (milestone: set planned start date to due date)
        Planned End 2026-03-30 24:00 (milestone: set planned end date to due date)
        Abdulrahman Dabboussi made changes -
        Product NEP [ 10306 ]
        Ayed Bada made changes -
        Status Open Bug [ 10108 ] Dev Scheduled [ 10014 ]
        Ayed Bada made changes -
        Status Dev Scheduled [ 10014 ] Implementation in progress [ 10016 ]
        Assignee Khaled Khalil [ kkhalil ] Ayed Bada [ abada ]
        Ayed Bada made changes -
        Status Implementation in progress [ 10016 ] To Be Released [ 10400 ]
        Hide
        Ayed Bada added a comment -

        After checking the logs, the problem was related to the process. I have re-uploaded a new version to the staging environment and received a successful response with success code.
        Please find attached the updated version of the process.
        <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/">
        <soapenv:Header/>
        <soapenv:Body>
        <ser:arbor_startProcess>
        <processName>FUL-T2C-GAMING-ADD</processName>
        <processVariables>
        <entry>
        <key>fWOID</key>
        <value>1440044003</value>
        </entry>
        <entry>
        <key>fSubno</key>
        <value>45005688</value>
        </entry>
        <entry>
        <key>arborOrderId</key>
        <value>440044003</value>
        </entry>
        <entry>
        <key>fUsage_Type</key>
        <value>G</value>
        </entry>
        <entry>
        <key>fUserID</key>
        <value>global-admin</value>
        </entry>
        <entry>
        <key>fOrder_Type</key>
        <value>55</value>
        </entry>
        <entry>
        <key>fSubscr_Type</key>
        <value>T</value>
        </entry>
        <entry>
        <key>fOLT</key>
        <value>QUR2</value>
        </entry>
        <entry>
        <key>fFDHMDU</key>
        <value>000S</value>
        </entry>
        <entry>
        <key>fDPAP</key>
        <value>0003</value>
        </entry>
        <entry>
        <key>fFTP</key>
        <value/>
        </entry>
        <entry>
        <key>fWO_TYPE</key>
        <value>TESR</value>
        </entry>
        </processVariables>

        </ser:arbor_startProcess>
        </soapenv:Body>
        </soapenv:Envelope>

        <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-d90f7f27-bf64-4c1f-b7ae-4f1b12690f76">
        <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:arbor_startProcessResponse xmlns:ns2="http://server.api.nep.mobinets.com/">
        <return>
        <responseCode>0</responseCode>
        <responseMessage>Success</responseMessage>
        </return>
        </ns2:arbor_startProcessResponse>
        </soap:Body>
        </soap:Envelope>

        Show
        Ayed Bada added a comment - After checking the logs, the problem was related to the process. I have re-uploaded a new version to the staging environment and received a successful response with success code. Please find attached the updated version of the process. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.api.nep.mobinets.com/"> <soapenv:Header/> <soapenv:Body> <ser:arbor_startProcess> <processName>FUL-T2C-GAMING-ADD</processName> <processVariables> <entry> <key>fWOID</key> <value>1440044003</value> </entry> <entry> <key>fSubno</key> <value>45005688</value> </entry> <entry> <key>arborOrderId</key> <value>440044003</value> </entry> <entry> <key>fUsage_Type</key> <value>G</value> </entry> <entry> <key>fUserID</key> <value>global-admin</value> </entry> <entry> <key>fOrder_Type</key> <value>55</value> </entry> <entry> <key>fSubscr_Type</key> <value>T</value> </entry> <entry> <key>fOLT</key> <value>QUR2</value> </entry> <entry> <key>fFDHMDU</key> <value>000S</value> </entry> <entry> <key>fDPAP</key> <value>0003</value> </entry> <entry> <key>fFTP</key> <value/> </entry> <entry> <key>fWO_TYPE</key> <value>TESR</value> </entry> </processVariables> </ser:arbor_startProcess> </soapenv:Body> </soapenv:Envelope> <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-d90f7f27-bf64-4c1f-b7ae-4f1b12690f76"> <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:arbor_startProcessResponse xmlns:ns2="http://server.api.nep.mobinets.com/"> <return> <responseCode>0</responseCode> <responseMessage>Success</responseMessage> </return> </ns2:arbor_startProcessResponse> </soap:Body> </soap:Envelope>
        Ayed Bada made changes -
        Attachment FUL-T2C-GAMING-ADD.bpmn20.xml [ 128805 ]
        Khaled Khalil made changes -
        Status To Be Released [ 10400 ] Ready for QA [ 10023 ]
        Assignee Ayed Bada [ abada ] Abdulrahman Dabboussi [ adabboussi ]
        Hide
        Abir Messaikeh added a comment -

        Process applied On PROD and used by Arbor also - issue fixed

        Show
        Abir Messaikeh added a comment - Process applied On PROD and used by Arbor also - issue fixed
        Abir Messaikeh made changes -
        Status Ready for QA [ 10023 ] QA In Progress [ 10015 ]
        Assignee Abdulrahman Dabboussi [ adabboussi ] Abir Messaikeh [ amessaikeh ]
        Abir Messaikeh made changes -
        Status QA In Progress [ 10015 ] Closed [ 6 ]
        Resolution Fixed [ 1 ]
        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Bug Open Bug Dev Scheduled Dev Scheduled
        1h 14m 1 Ayed Bada 23/Feb/26 10:41 AM
        Dev Scheduled Dev Scheduled Implementation in progress Implementation in progress
        12s 1 Ayed Bada 23/Feb/26 10:42 AM
        Implementation in progress Implementation in progress To Be Released To Be Released
        11s 1 Ayed Bada 23/Feb/26 10:42 AM
        To Be Released To Be Released Ready for QA Ready for QA
        30m 13s 1 Khaled Khalil 23/Feb/26 11:12 AM
        Ready for QA Ready for QA QA In Progress QA In Progress
        50d 2h 35m 1 Abir Messaikeh Yesterday 2:48 PM
        QA In Progress QA In Progress Closed Closed
        5s 1 Abir Messaikeh Yesterday 2:48 PM
        Subversion JIRA

        Links Hierarchy

         Documentation

        Invalid license: EXPIRED

          People

          • Assignee:
            Abir Messaikeh
            Reporter:
            Abdulrahman Dabboussi
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Due:
              Created:
              Updated:
              Resolved:
              Planned Start:
              Planned End:

              Drag and Drop