You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@olingo.apache.org by "Christian Amend (JIRA)" <ji...@apache.org> on 2017/01/26 10:26:24 UTC

[jira] [Resolved] (OLINGO-1061) POST and PUT for data feed

     [ https://issues.apache.org/jira/browse/OLINGO-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Amend resolved OLINGO-1061.
-------------------------------------
       Resolution: Fixed
         Assignee: Christian Amend
    Fix Version/s: V2 2.0.9

OData does not allow you to create a collection of entities within one requests.

The closest you can get to this is by sending a batch requests which contains each single request for all the entities you want to create.

Best Regards,
Christian

> POST and PUT for data feed
> --------------------------
>
>                 Key: OLINGO-1061
>                 URL: https://issues.apache.org/jira/browse/OLINGO-1061
>             Project: Olingo
>          Issue Type: Question
>          Components: odata2-core
>    Affects Versions: V2 2.0.7
>            Reporter: M Carissimi
>            Assignee: Christian Amend
>             Fix For: V2 2.0.9
>
>
> Hello,
> we are writing an application that interfaces with our OData service. Both the consumer and producer sides have been written using Olingo. We need to be able to post/put a collection of entries to be stored atomically. How can this be achieved? 
> The interfaces provided by the Olingo library (EntityProcessor, EntitySetProcessor) only support create, update and delete methods for single entries. Are there equivalent methods for collection of entries?
> Thank you



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)