Hello
I am trying to convert an EJB to rest service to be consumed in UI5 later.
I followed few tutorials but am not able to reach Rest Service with message page cannot be displayed. In eclipse I created a dynamic web project in eclipse, then used RESTEasy RESTful WebService (Eclipse Plugin) to create the Rest webservice. The URL I am trying to use is http://localhost:8080/Customer1/rs/Customer
My source code is as attached. Any pointers will be really helpful.