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.4.2.jar download
openws-1.4.2.pom download
openws-1.4.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.opensaml</groupId>
  <artifactId>openws</artifactId>
  <version>1.4.2</version>
</dependency>
Gradle Groovy
implementation 'org.opensaml:openws:1.4.2'
Gradle Kotlin
implementation("org.opensaml:openws:1.4.2")
Scala SBT
libraryDependencies += "org.opensaml" % "openws" % "1.4.2"
Groovy Grape
@Grapes(
  @Grab(group='org.opensaml', module='openws', version='1.4.2')
)
Apache Ivy
<dependency org="org.opensaml" name="openws" rev="1.4.2" />
Leiningen
[org.opensaml/openws "1.4.2"]
Apache Buildr
'org.opensaml:openws:jar:1.4.2'