I have a JAX-WS that so far ran on TomCat and JBoss. So far everything worked perfectly.
Because of various reasons I switched to Glassfish 4. I slightly adapted my war and deployed it to Glassfish. Everything seems to work regarding deployment, the web service appears under "Applications" and is enabled.
However, I am not able to find the link to the WSDL or the endpoint. Furthermore, somehow, I get the impression the web service was not really deployed as web service (I compare to some screenshots I found). This is what it displays under "edit application":
What could have gone wrong? Is something wrong with my web.xml or should I check my annotations again?