I am working on a requirement where in we wanted to expose the Oracle data as an ODATA API using Mule ESB.
I was referring to this article below which uses Apache Olingo libraries. This implementation addresses most part of the solution.
I wanted to know how to run this application in Mule ESB using http End point connectors instead of running on Tomcat server.
As I am a beginner to mule ESB, I dont have much idea on how to create reference to web.xml within the mule flow to pass the requests to the servlets.
Any help would be greatly appreciated!
Thanks!