web service project does not appear in admin console deployment
We have an ear project created with Netbeans 8.1 and the Maven Project wizard. Running WLS 12.1.3. The project contains some EJBs and a jax-ws web service using the standard jax-ws annotations. For some reason, I cannot get the web service to show up after deployment in the admin console as shown below.
However, the web service is deployed, and running properly, but then we cannot admin the deployment config, or monitor, etc. The strange thing is that the corrsponding
servlet does show up on the testing tab. Does anyone know what would cause this?