Using WebLogic 12.2.1.3.0, I have created a simple Web Service which uses the Metro libraries.
Have followed the steps mentioned here in order to use the Metro 2.x/JAX-WS implementation instead of Oracle's JAX-WS implementation in Weblogic :
https://javaee.github.io/metro/doc/user-guide/user-guide.html#weblogic-10
Have the same folders/files structure for the WAR and EAR files described in the link above.
After deploying the EAR, there's no endpoint and in WL Console the service is showing "This Web Service is not currently available".
There are no errors in the logs.
Any ideas? Thanks!