I am planning to use ODATA4J
libraries in our project.
As of now , I have set of records that needs to be sent to ODATA
services. Though I could send each record individually, I am looking for options to send it in a batch using ODATA4J
.
I could find references about producer side library (ODataBatchProvider
). However , not able to find documentation on consumer side.
Appreciate any help in pointers/documents regarding usage of consumer (client) side library of ODATA4J
to post batch requests.