JAX-WS Tools

Tools for working with Jakarta XML Web Services (JAX-WS).

  • JAX-WS Maven Plugin (from the Eclipse Metro project)
    • Info about the jaxws-maven-plugin artifact In Maven Central
    • Version 4.x is for Jakarta EE 10
    • Version 3.x is for Jakarta EE 9
    • <plugin>
          <groupId>com.sun.xml.ws</groupId>
          <artifactId>jaxws-maven-plugin</artifactId>
          <version>4.0.2</version>
      </plugin>
  • Other JAX-WS tools from the Eclipse Metro project
    • Command line tools
    • Ant tasks