I have a RESTful web service developped using (Spring-Java) and it is a JAR file
I have created a Java EE web app that must consume this web service (using Eclipse) running on WildFly9
How can I do to run the web service (JAR file) so that the web app can consume it ?