Details

    • Type: Bug Bug
    • Status: Rejected Rejected (View Workflow)
    • Priority: Normal Normal
    • Resolution: Cancelled
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: SRD
    • Labels:
    • Customer:
      OMAN-Tel
    • Product:
      NEP

      Description

      Review SRD API getGponDesignParameters
      <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:getGponDesignParameters>
      <!-Optional:->
      <requestId>mb011</requestId>
      <!-Optional:->
      <serviceName>1319442_FBB</serviceName>
      </ser:getGponDesignParameters>
      </soapenv:Body>
      </soapenv:Envelope>

        Activity

        Hide
        Ayed Bada added a comment -

        The API is working correctly. In this example, it returns a default response.

        To get a real (non-default) response, please execute the following query:
        SELECT
        sm.request_id,
        sbi.MILESTONE_ID
        FROM
        SRD_MILESTONE sm
        INNER JOIN
        SRD_MILESTONE_PROFILE sbi
        ON sm.id = sbi.MILESTONE_ID
        WHERE
        sm.DTYPE = 'GPON';
        This will provide a list of request_id values that can be used for testing and should return non-default data.

        Please also refer to the attached screenshot, where I tested this in my local environment.

        Show
        Ayed Bada added a comment - The API is working correctly. In this example, it returns a default response. To get a real (non-default) response, please execute the following query: SELECT sm.request_id, sbi.MILESTONE_ID FROM SRD_MILESTONE sm INNER JOIN SRD_MILESTONE_PROFILE sbi ON sm.id = sbi.MILESTONE_ID WHERE sm.DTYPE = 'GPON'; This will provide a list of request_id values that can be used for testing and should return non-default data. Please also refer to the attached screenshot, where I tested this in my local environment.

          People

          • Assignee:
            Mbaye Lo
            Reporter:
            Mbaye Lo
            Rejected By:
            Ayed Bada
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

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

              Drag and Drop