https://github.com/rareddy/olingo-odata4/blob/master/lib/server-core-ext/src/main/java/org/apache/olingo/server/core/MetadataParser.java
an example https://github.com/rareddy/olingo-odata4/blob/master/lib/server-core-ext/src/test/java/org/apache/olingo/server/example/TripPinServiceTest.java Ramesh.. http://teiid.org On Mon, Nov 6, 2017 at 1:22 AM, Song, Yihan <[email protected]> wrote: > Dears, > > > > We currently are working on a server which try to expose OData v4 server. > From the experience of implementing OData v2 I knew there’s a EdmxProvider > which could directly parse the edmx (xml) document and return an > EdmProvider instance, but while skimming on Olingo v4 API I didn’t find > something equivalent, is there every time we need to compose our own > EdmProvider manually or can we leverage the edmx file directly? Could > anyone kindly suggest us on this part? > > > > Thanks so much. > > Yihan > > > > > > >
