I am trying to create and deploy a simple web service on a JBOSS(Wildfly) Application Server.My code is a s follows:
package demo.rest; import javax.ws.rs.GET; i