Eclipse Implementation of XML Web Services is a Web Services framework that provides tools
and infrastructure to develop Web Services solutions for the end users and middleware developers.
With Eclipse Implementation of XML Web Services, clients and web services have
a big advantage: the platform independence of the Java programming language.
<dependencies>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>4.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
The documentation/samples included with Eclipse Implementation of Jakarta XML Web Services
distribution
describes how to use Jakarta XML Web Services to develop
and deploy your webservices endpoints in a servlet container.
Previous versions of Eclipse Implementation of Jakarta XML Web Services are available for download
as well as for consumption through maven.