Java webservices (JAX-WS) with Ignition 7.9.10 and Java 9

Wild guess here, but:

Try adding a src/main/resources/META-INF/services/javax.xml.ws.spi.Provider file containing the value com.sun.xml.ws.spi.ProviderImpl (note the lack of internal in that package).

Make sure this file ends up in the META-INF folder in the JAR of your built module.