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

Support API to initialize ODataBatchResponse instance from raw response stream

    XMLWordPrintableJSON

Details

    Description

      I have my own HTTP transporter and I execute batch request by getting the BATCH request stream from ODataBatchRequest.
      But however, I don't have any way to initialize the batch response instance from input stream I receive from other way.

      In Olingo 2.0 there was an API to do so.
      List<BatchSingleResponse> responses = EntityProvider.parseBatchResponse(responseBody, contentType);

      I could pass the respondeBody stream with content type and get a list of batch response.

      Can we have the same thing in 4.x Olingo too? That would be more helpful.

      Attachments

        Activity

          People

            Unassigned Unassigned
            punith619 Punith DG
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: