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 getObbServiceResources
      <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:getObbServiceResources>
      <!-Optional:->
      <requestId>406</requestId>
      </ser:getObbServiceResources>
      </soapenv:Body>
      </soapenv:Envelope>

        Activity

        Hide
        added a comment -

        This request returns an empty response by default.
        To obtain a valid response, please run the following SQL query to retrieve the correct requestId:
        SELECT sm.request_id
        FROM SRD_MILESTONE sm
        INNER JOIN SRD_SERVICE_RESSOURCES ssr
        ON sm.id = ssr.milestone_id
        WHERE ssr.SELECTED_SOLUTION = 'OBB';

        Show
        added a comment - This request returns an empty response by default. To obtain a valid response, please run the following SQL query to retrieve the correct requestId: SELECT sm.request_id FROM SRD_MILESTONE sm INNER JOIN SRD_SERVICE_RESSOURCES ssr ON sm.id = ssr.milestone_id WHERE ssr.SELECTED_SOLUTION = 'OBB';

          People

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

            Dates

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

              Drag and Drop