Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-1563

Olingo Client does not resolution for next link is not correct

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • None
    • (Java) V4 4.9.0
    • None
    • None

    Description

      We are currently facing an issue with OData V4 service created using SAP Gateway framework.

      Service Root URL:

      http://cc3-715-api.wdf.sap.corp:443/sap/opu/odata4/sap/api_measurementdocument/srvd_a2x/sap/measurementdocument/0001

      The payload we receive from the service is as below,

      {

          "@odata.context": "$metadata#MeasurementDocument(MeasurementDocument,MeasuringPoint)",

          "@odata.metadataEtag": "W/\"20220323004446\"",

          "value":

          [

             

      {             "MeasurementDocument": "1",             "MeasuringPoint": "2"         }

      ,

             

      {             "MeasurementDocument": "2",             "MeasuringPoint": "3"         }

      ,

              .
              .

              .

             

      {             "MeasurementDocument": "3",             "MeasuringPoint": "2"         }

      ,

          ],

          "@odata.nextLink": "/sap/opu/odata4/sap/api_measurementdocument/srvd_a2x/sap/measurementdocument/0001/MeasurementDocument?$select=MeasurementDocument,MeasuringPoint&$skiptoken=100"

      }

      The server response is correct:

      So this seems to be a problem with the Olingo library.

      Attachments

        Activity

          People

            Unassigned Unassigned
            pgrao Prasanth Ganesh Rao
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: