https://github.com/javaee/metro-jax-ws
https://github.com/javaee/metro-jax-ws
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/javaee/metro-jax-ws
- Owner: javaee
- License: other
- Archived: true
- Created: 2017-04-24T14:42:51.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T11:12:02.000Z (about 7 years ago)
- Last Synced: 2025-07-04T19:43:41.887Z (7 months ago)
- Language: Java
- Homepage: https://javaee.github.io/metro-jax-ws/
- Size: 81.4 MB
- Stars: 133
- Watchers: 37
- Forks: 70
- Open Issues: 263
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
⚠️ This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding [Eclipse repository](https://github.com/eclipse-ee4j/metro-jax-ws).
# JAX-WS
The Java API for XML Web Services (JAX-WS) is a Java programming language API for creating web services, particularly SOAP services. JAX-WS is one of the Java XML programming APIs. It's a part of the Java SE and Java EE platforms.
## Licensing and Governance
JAX-WS is licensed under a dual license - CDDL 1.1 and GPL 2.0 with Class-path Exception.
That means you can choose which one of the two suits your needs better and use it under those terms.
We use [GlassFish Governance Policy](https://javaee.github.io/metro-jax-ws/CONTRIBUTING),
which means we can only accept contributions under the
terms of [OCA](http://oracle.com/technetwork/goto/oca).
## Links
- [Project Home page](https://javaee.github.io/metro-jax-ws)
- [Download standalone distribution](https://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-ri/2.3.0/jaxws-ri-2.3.0.zip)
- [METRO project](https://javaee.github.io/metro)
- [JSR 224](https://jcp.org/en/jsr/detail?id=224)