I am developing an XML based Web Service, but firstly i wanted to see wether a java class would be executed on a server. The server of my choosing was GlassFish 5. After a ride with all the setting i got it runing, now as you can see i stumbled upon this kind of Error
My Code ExampleWs:
package ws;
import javax.jws.WebService;
@WebService
public class ExampleWs {
public String getText() {
return "Some Text";
}
}
Now i want to know what can be done in order to solve this Error. I also tried another way of deploying ExampleWs.java -> directly through asadmin with Command Prompt, but there is this error: