o

openws

The OpenWS library provides a growing set of tools to work with web services at a low level. These tools include classes for creating and reading SOAP messages, transport-independent clients for connecting to web services, and various transports for use with those clients.
http://opensaml.org/
Apache 2
Internet2
Scott Cantor Nate Klingenstein Chad La Joie Brent Putman Rod Widdowson
Files download
File Operation
openws-1.5.0.jar download
openws-1.5.0.pom download
openws-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opensaml</groupId>
  <artifactId>openws</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.opensaml:openws:1.5.0'
Gradle Kotlin
implementation("org.opensaml:openws:1.5.0")
Scala SBT
libraryDependencies += "org.opensaml" % "openws" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opensaml', module='openws', version='1.5.0')
)
Apache Ivy
<dependency org="org.opensaml" name="openws" rev="1.5.0" />
Leiningen
[org.opensaml/openws "1.5.0"]
Apache Buildr
'org.opensaml:openws:jar:1.5.0'