m

metro-project

Metro is a high-performance, extensible, easy-to-use web service stack. It is a one-stop shop for all your web service needs, from the simplest hello world web service to reliable, secured, and transacted web service that involves .NET services. Metro consists of JAX-WS Reference Implementation project and Web Services Interoperability Technology project. JAX-WS Reference Implementation (JAX-WS RI) provides core web servicing support and the base framework for extensions provided by the WSIT layer. Web Services Interoperability Technologies (WSIT) (previously known as Project Tango) includes implementations of: - SOAP over TCP - WS-AtomicTransactions/Coordination - WS-MetadataExchange - WS-Policy (github.com/eclipse-ee4j/metro-policy) - WS-ReliableMessaging - WS-SecureConversation - WS-Security - WS-SecurityPolicy - WS-Trust Note: - WS-Policy (github.com/eclipse-ee4j/metro-policy) has its own codebase however WS-Policy related issues can be submitted into the Metro (WSIT) Issue tracker
https://github.com/eclipse-ee4j/metro-wsit
Eclipse Distribution License - v 1.0
Files download
File Operation
metro-project-4.0.3.pom download
Apache Maven
<dependency>
  <groupId>org.glassfish.metro</groupId>
  <artifactId>metro-project</artifactId>
  <version>4.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glassfish.metro:metro-project:4.0.3'
Gradle Kotlin
implementation("org.glassfish.metro:metro-project:4.0.3")
Scala SBT
libraryDependencies += "org.glassfish.metro" % "metro-project" % "4.0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.glassfish.metro', module='metro-project', version='4.0.3')
)
Apache Ivy
<dependency org="org.glassfish.metro" name="metro-project" rev="4.0.3" />
Leiningen
[org.glassfish.metro/metro-project "4.0.3"]
Apache Buildr
'org.glassfish.metro:metro-project:jar:4.0.3'