An open API service indexing awesome lists of open source software.

https://github.com/jakartaee/jax-ws-api

JAX-WS API (Eclipse Project for JAX-WS)
https://github.com/jakartaee/jax-ws-api

Last synced: about 1 year ago
JSON representation

JAX-WS API (Eclipse Project for JAX-WS)

Awesome Lists containing this project

README

          

[//]: # " Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved. "
[//]: # " "
[//]: # " This program and the accompanying materials are made available under the "
[//]: # " terms of the Eclipse Distribution License v. 1.0, which is available at "
[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. "
[//]: # " "
[//]: # " SPDX-License-Identifier: BSD-3-Clause "

# Jakarta XML Web Services project

[![Build Status](https://github.com/eclipse-ee4j/jax-ws-api/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/eclipse-ee4j/jax-ws-api/actions/workflows/maven.yml?branch=master)
[![Jakarta Staging (Snapshots)](https://img.shields.io/nexus/s/https/jakarta.oss.sonatype.org/jakarta.xml.ws/jakarta.xml.ws-api.svg)](https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/)

Jakarta XML Web Services defines a means for implementing XML-Based Web Services
based on [Jakarta SOAP with Attachments](https://github.com/eclipse-ee4j/saaj-api)
and [Jakarta Web Services Metadata](https://github.com/eclipse-ee4j/jws-api).

## License

* Most of the Jakarta XML Web Services project source code is licensed
under the [Eclipse Distribution License (EDL) v1.0.](https://www.eclipse.org/org/documents/edl-v10.php);
see the license information at the top of each source file.
* The source code for the Jakarta XML Web Services Specification project
is licensed under the [Eclipse Public License (EPL) v2.0](https://www.eclipse.org/legal/epl-2.0/)
and [GNU General Public License (GPL) v2 with Classpath Exception](https://www.gnu.org/software/classpath/license.html);
again, the license is in each source file.
* The binary jar files published to the Maven repository are licensed
under the same licenses as the corresponding source code;
see the file `META-INF/LICENSE.txt` in each jar file.

You’ll find the text of the licenses in the workspace in various `LICENSE.txt` or `LICENSE.md` files.
Don’t let the presence of these license files in the workspace confuse you into thinking
that they apply to all files in the workspace.

You should always read the license file included with every download, and read
the license text included in every source file.

## Contributing

We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](http://www.eclipse.org/legal/ECA.php).