We are creating a web service in java using APACHE CXF framework, and from here we need to call few .c files which contains nothing but the methods for the db entry.
How can we call these .c files from our web service so that we can compile it and use the existing function for the db entry?