jaxws

JAX-WS Reference Implementation (Command Line Tools)
  https://javaee.github.io/metro-jax-ws/
  0
  no reviews



The Java API for XML-Based Web Services (JAX-WS) provides the API implementation for creating web services, particularly SOAP services.

The JAX-WS Reference Implementation (JSR-224) provides the actual implementation behind the javax.xml.ws.* packages which were integrated to the JRE since Java 6 and were eventually removed in Java 11.

This package contains the wsgen and wsimport command line tools.