I need to consume a web service in my project. I use NetBeans so I right-clicked on my project and tried to add a new \"Web Service Client\". Last time I checked, this was t
Not an actual answer but more as a reference.
If you are using the jaxws Maven plugin and you get the same error message, add the mentioned property to the plugin configuration:
... org.jvnet.jax-ws-commons jaxws-maven-plugin 2.3 -Djavax.xml.accessExternalSchema=all